Forums

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

addedAfterSprintStart using sprint name failed

jacob cheng June 13, 2023

When I use the JQL functions addedAfterSprintStart, document said 

addedAfterSprintStart(board name/ID, [sprint name/ID])

 For the sprint is already closed, If I put the sprint ID, query is good. if put the sprint name, query report error: No Sprint with that name/id could be found for this board. 

Any clue why name is not supported for closed sprint? Thanks

1 answer

1 accepted

1 vote
Answer accepted
Tim Perrault
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 13, 2023

Hi @jacob cheng 

 

When using the name make sure it has quotes around it and also the search is case sensitive. So if you have a sprint name SprinT 2 and a board named Test BoArd the query would look like this:

 

issueFunction in addedAfterSprintStart("Test BoArd","SprinT 2")
jacob cheng June 13, 2023

Thank you @Tim Perrault . that resolve the issue.

Like Tim Perrault likes this

Suggest an answer

Log in or Sign up to answer