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
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")
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.