Versions Compared

Key

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

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#F4F5F7

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

Goal

To diagnose possible problems This API provides tools for diagnosing issues related to Easy Integrations ' post functions based on an issue.post functions. It allows users to retrieve information about post functions, their execution logs, and their relationship to specific Jira issues.

On this page:

Table of Contents
minLevel1
maxLevel6
outlinefalse
styledefault
typelist
printabletrue

Usage

Method

GET

URL

JIRA_BASE_URL/rest/rc-api/latest/diagnostics/issue/{issueKey}

Description: Returns defined Easy Integrations post functions based on an issue associated with the specified Jira issue, grouped by workflows.

Sample Output:

GET data

Image RemovedImage Added

Method

GET

URL

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

Description: Returns Easy Integration's post functions grouped by workflows.

Sample

...

output:

GET data

Image RemovedImage Added

Method

GET

URL

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

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

Sample

...

output:

GET data

Image RemovedImage Added