Hey,
I want to enable comment for only 2 groups on certain status by using properties and value. But it is just blocking only one at a time, Can someone help me to enable both groups.
What I am doing.
Jira.permission.comment.group value ( Group Names)
The workflow property jira.permission.comment. is correct.
You’re also correct to use the key = group
As for the value = group-name
Are you adding both group name values together separated by commas? Or are you doing this instead?
Adding the first permission restriction via workflow properties:
And then adding:
Are you able to provide screenshots?
Regards,
Hamza
@Hamza Chundrigar Look what I am doing, if I am adding both groups together then it is not working just only works when I add only one group, and if I try to add the same property again it shows me the error already exists. is there any solution or is there any issue with syntax? I tried both with space or without space after commas.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Hamza Chundrigar i found the answer, it can be done by using prefix.
E.g: Jira.permission.comment.group.1 = group-name
Jira.permission.comment.group.2 = group-name
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.