Skip to content
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

Closed
JamesMGreene opened this issue Dec 27, 2016 · 4 comments
Closed

Add "dev-status" API #142

JamesMGreene opened this issue Dec 27, 2016 · 4 comments

Comments

@JamesMGreene
Copy link
Contributor

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.

@KanoYugoro
Copy link
Member

Feel free to submit a PR. I haven't had time to maintain this lately. 😄

@satcheluniverse
Copy link
Contributor

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
@3zzy
Copy link

3zzy commented Aug 9, 2017

There's also one for the summary:

https://{jiraHost}/rest/dev-status/latest/issue/summary?issueId={jiraIssueNumericId}

@JamesMGreene
Copy link
Contributor Author

@3zzy Good call. Luckily, that was already added in PR #177 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants