Forums

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

Jira Users closing out other users tickets

Mary Zuranski
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!
October 9, 2020

The assignee should be the only person closing out their tickets.  Some admins are closing out my tickets when the work is not complete.  How do I prevent this on a board I own?

2 answers

0 votes
Niranjan
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.
October 9, 2020

Hi @Mary Zuranski ,

Closing conditions is at the issue level. Board is just a placeholder of the issues that the board filter returns. Add a workflow condition on Close transition - Only assignee condition. In that case, others cannot close it. If you need this restriction only for issues that are assigned to you, you may need to have small if clause workflow condition, may be a custom script using Script runner. JWME plugin can also be handy. I am not a groovy guy, but this may work with JWME

 

if (issue.getAsString("assignee") == "Joe")
{if (issue.get("reporter")?.name == "Joe")
return true}
else
return false

0 votes
Marco Brundel
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.
October 9, 2020

Hi @Mary Zuranski 

This can be enforced by including a condition on the 'close' transition in the relevant workflow. For more information, see

https://confluence.atlassian.com/adminjiracloud/advanced-workflow-configuration-776636620.html#Advancedworkflowconfiguration-conditions

regards,

Marco

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events