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 scrum methods / information #2

Open
Lakritzator opened this issue Apr 19, 2016 · 5 comments
Open

Add scrum methods / information #2

Lakritzator opened this issue Apr 19, 2016 · 5 comments

Comments

@Lakritzator
Copy link
Member

See:
https://docs.atlassian.com/greenhopper/REST/cloud/#agile/1.0/board-getBoard

This doesn't work with 6.x

@Lakritzator Lakritzator changed the title Added scrum methods / information Add scrum methods / information Apr 19, 2016
@Lakritzator
Copy link
Member Author

The REST URI for the agile information is a bit different:
/rest/agile/1.0/

@Lakritzator
Copy link
Member Author

Should be in the Agile "domain", _jiraApi.Agile.GetBoardsAsync()

@Lakritzator
Copy link
Member Author

Lakritzator commented Jan 21, 2017

  • Get all boards
  • Create board
  • Get board
  • Delete board
  • Get issues for backlog
  • Get all sprints for board
  • Get projects for board
  • Get issues for sprint
  • Get epics for board
  • Get issues for epic
  • Get issues without epic

The Agile API has different information in the issue details:
Returns a single issue, for a given issue Id or issue key. Issues returned from this resource include Agile fields, like sprint, closedSprints, flagged, and epic.

Sprints:

  • Create
  • Get
  • Update
  • Move issues to
  • Delete

@Lakritzator
Copy link
Member Author

Get boards:
/rest/agile/1.0/board
-> Get sprints:
/rest/agile/1.0/board/2/sprint
-> Get sprint issues:
/rest/agile/1.0/board/2/sprint/10/issue

@Lakritzator
Copy link
Member Author

Functionality is not available with Version < 7 of Jira Server

Lakritzator added a commit that referenced this issue Feb 1, 2017
… 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]
Lakritzator added a commit that referenced this issue Feb 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant