Skip to end of banner
Go to start of banner

Diagnostic service

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »

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.

On this page:

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

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

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

  • No labels