Atributes on workflow

Deleted user November 16, 2017

Hi,

 

I would like to block some actions on workflow depending on status.

For example on status in progres I would like to block commenting for projectrole = Developers

 

In atributes I wrote

jira.permission.comment.projectrole.denied = Developers 

jira.permission.comment.projectrole.denied = 10002 (id project role - developers)

 

and it doesnt work, its blocking for everyone.

 

but if i write 

jira.permission.edit.projectrole = Administrators

its working but i dont want to write this for all of roles to block only one.

 

Any suggestions ?

1 answer

0 votes
Gregor Kasmann_Actonic
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.
November 16, 2017

jira.permission.comment.denied=<value doesn't matter> means the comment feature is disabled at this state for everyone

You should add roles which will be able to use comment like this:

 

jira.permission.comment.projectrole.1=10000
jira.permission.comment.projectrole.2=10001

 All the rest users and roles will not be able to leave any comment.

Deleted user November 16, 2017

So i cant block for one projectrole ?

 

Because if i want to block one role to comment and i have for eample 5 roles i have to write 

jira.permission.comment.projectrole.1=10000
jira.permission.comment.projectrole.2=10001

jira.permission.comment.projectrole.1=10003
jira.permission.comment.projectrole.2=10004

 

?

Gregor Kasmann_Actonic
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.
November 20, 2017

jira.permission.comment.projectrole.1=10000

jira.permission.comment.projectrole.2=10001

jira.permission.comment.projectrole.3=10003

jira.permission.comment.projectrole.4=10004

Like David Friedrich likes this
Krispijn Joseph March 26, 2019

@Gregor Kasmann_Actonic  Hi am new to Jira and im struggling to turn turn of comments for the user role clients that i made. Because i don't want the client to read the comments of the developer on a issue. I cant find the setting in Jira so I'm guessing it needs to be done the way you showed above.

How want to disable comments for the Role 'Client'?

Can you help me please?

 

where do I need to fill in jira.permission.comment.projectrole.1=10000 in Jira cloud?

how do i get the id of the role 'client' 

 

Can you tell what everything stands for, what is?

 

  • jira.permission.comment.projectrole.
  • 1
  • 10000

Thank you very much!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events