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: 

JSM_DC: if satus = Review i want my 4 custom fields to be set readonly

Saqib Dar
Community Champion
November 10, 2022

HI

JSM_DC: if status = Review I want my 4 custom fields to be set to read-only on no one can edit them. How I can achieve the functionality?

Thanks

Regards.

Saqib Dar

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Nic Brough -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 Champions.
November 11, 2022

You can block editing of the whole issue with workflow properties, but that doesn't go down to field-level controls - it's all or nothing.

The other thing you could do is move the field edits into the workflow - remove the fields from the edit screen and place them on a transition screen, which you then use in transitions where it is appropriate to change the fields (maybe adding some looped transition to allow people to edit the field - open -> open for example)

Saqib Dar
Community Champion
November 12, 2022

Thanks @Nic Brough -Adaptavist- i used workflow properties that's work for me