Forums

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

User can not close sprint

jukka peltonen January 31, 2019

User is in group Manage sprints,

if  the board query is:

” project in (TWO, VIR, TEK) AND labels = TeamTwo  ORDER BY Rank ASC”

user can close sprint

but if the query is

” project in (TWO) or labels = TeamTwo  ORDER BY Rank ASC”

it is not possible to compelte sprint (text is gray)

Using those queries the result set is the same (same issues).

Any ideas?

1 answer

1 accepted

1 vote
Answer accepted
Jobin Kuruvilla [Adaptavist]
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.
January 31, 2019

The second query is complex because it uses an OR condition. It can potentially pull in issues from all other projects and the user might not have "Manage Sprints" permission on those other projects.

You might be seeing the same result now but the query is too generic for JIRA to make sure you have the relevant permissions.

jukka peltonen January 31, 2019

Ok, thanks for info.

We have to live with that "feature" :)

We will change the filters.

 

cheers

 

Jukka

Suggest an answer

Log in or Sign up to answer