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: 

Edit Label field alone when the JIRA ticket is in locked state

Nallusamy Narayanaswamy
Contributor
March 11, 2021

Hi 

I want to allow user to edit label field alone when the ticket is already in locked status (issue.editable = false) 

 

I know, we can add a transition button and add a screen with Label field to that transition. That way, we can edit the label field. 

 

Is there any other way to achieve this?

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Mohamed Benziane
Community Champion
March 11, 2021

Hello,

You can use an addon like scriptrunner (behaviour) to lock only the fields you need.

 

https://scriptrunner.adaptavist.com/latest/jira/behaviours-overview.html

Hope this helps

Nallusamy Narayanaswamy
Contributor
March 11, 2021

ah In our case, we just want to let them to edit Label field and all other field should be locked. I was aware of this script runner behaviour. but, we have too many fields and no.of fields will get increased in future. so adding behaviour does not seems to be good idea.