Amaç :
Workflow ve issue bazında Eis Post Functionlarının değerlerini, Post Function ve issue bazında Eis Loglarını vb. görmemizi sağlayan ve hatayı hızlı tespit etmemiz için yazılmış bir servistir.
Kullanım :
Button handy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Button handy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
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_BASE_URL/rest/rc-api/latest/diagnostics/issue/{issueKey} |
Issue ve Workflow bazında Eis Post Functionlarının değerlerini gösterir.
...
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 |
Eis Post Functionlarının Workflow bazında değerlerini gösterir.
...
Description: Returns Easy Integration's post functions grouped by workflows.
Sample output:
GET data |
---|
Method | GET |
---|---|
URL | jira/rest/rc-api/latest/diagnostics/postFunctionAndIssueLogs |
Post Function ve issue bazında Eis Loglarını listeler.
...
Description: Returns Easy Integration's execution logs based on the workflow and issue.
Sample output:
GET data |
---|