jira.permission.comment Questions

Mark Almeida-Cardy April 29, 2020

Hello all.

 

I have a workflow that I would like to block comments on a certain status and only allow comment within certain transitions.

Within the workflow, I have added the follwoing to a status.

Status - IN REVIEW
Status properties

jira.permission.comment.denied = ''

This works as expected.

Now I want to Transition to a status of REJECTED and present the comment screen on transition.  So I tried adding the following to the transition.

jira.permission.comment.assignee = true

 

The result is this.

BR_reject.png

 

Any ideas on how to go about this?

 

2 answers

0 votes
Hannes September 6, 2022

Hi @Mark Almeida-Cardy

currently I'm trying to hide the comment section on a transition screen. This is not possible by configuration, so I thought about jira.permission.comment.denied and saw your post here.

I didn't get this solved, but on your screenshot I see a screen without a comment section. How did you achieve this?

When I'm adding jira.permission.comment.denied to the screen a comment will not be saved, but the section is still visible.

Thanks for your hint here!

Best,

Hannes

0 votes
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 29, 2020

Looks like you made a typo

jira.permission.comment.assignee = true
Mark Almeida-Cardy April 29, 2020

Ah yes.  thank you for that.  Typo corrected but I still have the same results.

Is my approach to this correct?

Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 29, 2020

Just please, remove that attribute, if you want to show comment screen

and define the screen for that transition

https://confluence.atlassian.com/adminjiracloud/defining-a-screen-776636475.html

Mark Almeida-Cardy April 29, 2020

Thank you for your suggestions so far.

 

When you suggest to "remove that attribute" which one are you referring to?

 

With the following applied on the status, comments are not possible (as desired)


jira.permission.comment.denied = ''

 

However, I was hoping that applying the following on the transition would allow for the assignee to add a comment on the transition screen.

jira.permission.comment.assignee = true

However, this does not work.

Like dshvedchenko likes this

Suggest an answer

Log in or Sign up to answer