---
title: "Diagnostic service"
canonical: "https://support.appfire.com/space/EI4J/11206889/Diagnostic%20service"
format: markdown
---
> Macro (aura-html)

This API provides tools for diagnosing issues related to Easy Integrations post functions. It allows users to retrieve information about post functions, their execution logs, and their relationship to specific Jira issues.

## Usage

| **Method** | **GET** |
| --- | --- |
| **URL** | JIRA_BASE_URL/rest/rc-api/latest/diagnostics/issue/{issueKey} |

***Description:**** Returns Easy Integrations post functions associated with the specified Jira issue, grouped by workflows.*

**Sample Output:**

| **GET data** |
| --- |
| ![image](media://1ccd7448-30fe-462a-aabf-37ffedb828fb) |

| **Method** | **GET** |
| --- | --- |
| **URL** | JIRA_BASE_URL/rest/rc-api/latest/diagnostics/eisPostFunctions |

<span style="color: #000000">***Description: ***</span><span style="color: #000000">*Returns Easy Integration's post functions grouped by workflows.*</span>

**Sample output:**

| **GET data** |
| --- |
| ![image](media://9f6099c0-1d47-4286-93a4-f4733754a84e) |

| **Method** | **GET** |
| --- | --- |
| **URL** | jira/rest/rc-api/latest/diagnostics/postFunctionAndIssueLogs |

***Description: ***<span style="color: #000000">*Returns Easy Integration's execution logs based on the workflow and issue.*</span>

**Sample output:**

| **GET data** |
| --- |
| ![image](media://7f557f90-c9b5-4199-bbf0-9ea3e7fbe071) |