Github to JIRA
Number of APIs: 8
This collection lets you transfer a GitHub issue to JIRA.
You will need the following to make this work:
-
Flow - Create JIRA issue POST https://postmanlabs.atlassian.net/rest/api/2/{{api_path}}/
-
Get all Github issues to transfer GET https://api.github.com/repos/postmanlabs/postman-app-support/issues?sort=created&state=open&direction=asc&labels=transfer
-
JIRA issue reference - Metadata for issue creation GET http://postmanlabs.atlassian.net/rest/api/2/issue/createmeta
-
JIRA issue reference - Get user permissions GET https://postmanlabs.atlassian.net/rest/api/2/mypermissions
-
Flow - Get a Qodex app support issue GET https://api.github.com/repos/postmanlabs/postman-app-support/issues/{{current_issue_id}}
-
JIRA issue reference - Get a JIRA issue GET https://postmanlabs.atlassian.net/rest/api/2/issue/13321
-
JIRA issue reference - Get JIRA issues with the github label GET https://postmanlabs.atlassian.net/rest/api/2/search?jql=labels in ("github")
-
JIRA issue reference - JIRA authentication example OPTIONS http://postmanlabs.atlassian.net/rest/api/2/