Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can i find out the list of story/task/issues assigned to the set of user for a specific sprint.

Sowmiya srinivasan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 31, 2020

Any Rest API like below one?

http://localhost:8080/rest/api/2/search/?jql=assignee=username AND project = NARS10 AND sprintId = 1

2 comments

Comment

Log in or Sign up to comment
Dave Liao
Community Champion
July 31, 2020

@Sowmiya srinivasan - yes. A few notes:

  • To find issues for multiple users, use Assignee IN (username1, username2).
  • You might need to replace sprintId with just Sprint.
  • Sprint IDs are global, so you can exclude "project" from the JQL query.

Try something like http://localhost:8080/rest/api/2/search/?jql=assignee IN (username, username2) AND sprint = 1

Hope this helps.

Like Sowmiya srinivasan likes this
Sowmiya srinivasan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 1, 2020

Yes it helps a lot. Thanks.

Is there any JQL query to get all the sprint id?

TAGS
AUG Leaders

Atlassian Community Events