The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

complete sprint button missing

FSC SI BTN Atos
April 29, 2025

I'm admin of this project and have manage sprint, start and complete sprint permissions. There is only one sprint active but however I'm missing the complete sprint button. On my board is also only one project where I have all permissions. 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Sergei Troshin
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 Champions.
April 29, 2025

Hi @FSC SI BTN Atos hope you're doing well!

Please refer to this article (Completing a sprint):

If you're unable to complete a sprint, the issue might be caused by a complex board filter. In such cases, Jira Software may not be able to determine which projects are returned by the query.

1. Go to board configuration:
screen1.png

2. And check out the filter query:

screen2.png

Here are some examples of complex queries:

  • assignee = someone

  • project = TIS OR issuetype = Bug

  • project = TIS OR (issuetype = Bug AND assignee = someone)

  • (project = TIS OR assignee = A)

Ramin Shanehsaz _Computerra_
Atlassian Partner
April 29, 2025

In addition, you could also try to search for all issues which are assigned to the sprint. Sometimes an issue was in the sprint and then gets moved to another project, for which you do not have the relevant sprint permissions.

So use the global search (JQL) and use the query (replace the ID or name):

sprint = <SPRINT_ID>

or

sprint = "<SPRINT_NAME>"