Hi,
In the Jira API docs, it is mentioned that I can get the list of project features by making an API call to /rest/api/3/project/{projectIdOrKey}/features endpoint. However, the response for my team managed project does not include all the features that I can see on the UI. Specifically, I'd like to get the value of the jsw.classic.backlog feature and the Sprints feature, but I don't get those values back in the API response for this request.
Is there any way of getting back the values for these features via API?
Thanks!
I haven't got as much experience in Team-managed Projects in the API - but I believe there's a different endpoint for Boards than there is Projects.
/rest/agile/1.0/board should show you all Boards you have access to - then /rest/agile/1.0/board/N/features should get you the Board's features, where N is the Board ID.
Let us know if this helps!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.