-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "dev-status" API #142
Comments
Feel free to submit a PR. I haven't had time to maintain this lately. 😄 |
I am actually super interested in this, I will see if I can do anything to add these. @JamesMGreene I assume both of these are GET calls? |
This was referenced May 15, 2017
Merged
There's also one for the summary: https://{jiraHost}/rest/dev-status/latest/issue/summary?issueId={jiraIssueNumericId} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JIRA has an undocumented "dev-status" API that is usual when JIRA is integrated with other tools like Stash (Bitbucket Server). For example:
To get info about branches and pull requests related to an issue:
https://{jiraHost}/rest/dev-status/latest/issue/detail?issueId={jiraIssueNumericId}&applicationType=stash&dataType=pullrequest
To get info about commits related to an issue:
https://{jiraHost}/rest/dev-status/latest/issue/detail?issueId={jiraIssueNumericId}&applicationType=stash&dataType=repository
I can also supply scrubbed example response bodies if desired.
The text was updated successfully, but these errors were encountered: