Robin Krom
Robin Krom
Should be in the Agile "domain", _jiraApi.Agile.GetBoardsAsync()
- [x] Get all boards - [x] Create board - [x] Get board - [x] Delete board - [x] Get issues for backlog - [x] Get all sprints for board...
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
Functionality is not available with Version < 7 of Jira Server
I've added both methods, and these should be available with version 1.0.25. BUT I didn't have time yet to write test cases, the calls might just give an exception... I...
I managed to write a test case and I found some issue, which I fixed. In the build for that fix there was an error and it seems that Json...
@dostjh did you manage to have a look at this?
I should have asked if it was for server or cloud! I just added a check in the code, so you will get an exception, which makes the issue more...
Hi Cloud or server? And if server, what version?
Updating content is a bit of a special and complicated process, up to now I haven't done much to improve this. Currently my project just provides the available Atlassian API,...