-
-
Notifications
You must be signed in to change notification settings - Fork 14
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 scrum methods / information #2
Comments
The REST URI for the agile information is a bit different: |
Should be in the Agile "domain", _jiraApi.Agile.GetBoardsAsync() |
The Agile API has different information in the issue details: Sprints:
|
Get boards: |
Functionality is not available with Version < 7 of Jira Server |
… allows you to get boards, sprints and issues. Also added GetFieldsAsync to the IServerDomain, this allows you to see what fields are available, this can be used to get the real name of a custom field. [release]
See:
https://docs.atlassian.com/greenhopper/REST/cloud/#agile/1.0/board-getBoard
This doesn't work with 6.x
The text was updated successfully, but these errors were encountered: