Hi,
Is there any method in jira cloud that gives me the sprint names and team names in a jira ?
I'm able to get the project list using this method "await jira.Projects.GetProjectsAsync();"
But I couldn't find any methods that returns the sprint names and team names inside each project.
Can someone please help me?
Hi @Mohammed Fayiz K M -- Welcome to the Atlassian Community!
Please take a look at what is available from the REST API, such as described in some of these links:
https://developer.atlassian.com/cloud/jira/software/rest/api-group-board/
https://docs.atlassian.com/software/jira/docs/api/REST/1000.824.0/
You can get all of the sprints for a project. Unfortunately there are multiple things called "team" in Jira Cloud; to which "team" concept are you referring?
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.