Forums

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

Remove Comment field from Edit screen in transition

Idan Naamad
August 29, 2021

Hi All,

I am trying to remove the comment filed from the edit screen in a specific transition.

i understood that in cloud i can only do that with properties but nothing seems to work for me... 

can anyone please help?

thanks.

3 answers

2 accepted

1 vote
Answer accepted
Jack Brickey
Community Champion
August 29, 2021

Unlike server cloud does not give you the option to add code to hide the comment field on transition. So unfortunately in Cloud the only way to achieve this is to remove permissions to comment for the individuals. However I suspect that is an untenable solution for you?

Idan Naamad
August 31, 2021

nope.... Thanks anyway.

0 votes
Answer accepted
John Funk
Community Champion
August 29, 2021

Hi Idan - this is not currently possible. But there is a feature request that you can vote for and follow here: https://jira.atlassian.com/browse/JRACLOUD-47376

0 votes
Dinakaran R
March 13, 2026

Disabling the Comment Field

 If the goal is to prevent users from adding comments entirely when an issue is in a certain status or during a specific transition, you can use workflow properties:
For a specific status: Add the jira.permission.comment.denied property to the status in your workflow. This will disable the ability to add comments while the issue is in that status.

Property Key: jira.permission.comment.denied
Property Value: (leave empty or use true)

Suggest an answer

Log in or Sign up to answer