Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Goal :

Shows Eis Post Functions values based on workflow and issue, Eis Log values based on Post Function and issue and allows us to detect the error quickly.

Usage :

Button handy
blankfalse
color#EBECF0
nameCloud
linkhttps://appfire.atlassian.net/wiki/spaces/EIFJC/overview
width84
Button handy
blankfalse
color#0052CC
nameData Center
linkhttps://appfire.atlassian.net/wiki/spaces/EI4J/overview?homepageId=11206659
width105

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#F4F5F7

This page is about Easy Integrations for Jira DC. Using Jira Cloud? Click the Cloud button above.

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

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 Removed
Image Added

Method

GET

URL

jira

JIRA_BASE_URL/rest/rc-api/latest/diagnostics/eisPostFunctions

Shows Eis Post Functions values based on workflowDescription: Returns Easy Integration's post functions grouped by workflows.

Sample Outputoutput:

GET data

Image Removed
Image Added

Method

GET

URL

jira/rest/rc-api/latest/diagnostics/postFunctionAndIssueLogs

Shows Eis Logs values Description: Returns Easy Integration's execution logs based on the workflow and issue.

Sample Outputoutput:

GET data

Image Removed
Image Added