Hello,
I have a list of users who are vendors. Therefore, they should not be able to start an internal discussion.
I need to hide that particular transition (Internal Discussion) from the Vendors only, rest all the users should be able to see the transition.
I have added all the vendors into a group, added the following property to the "Internal Discussion" transition and set the property value to "false".
jira.permission.edit.group=Vendor
But it doesn't seem to work.
Any suggestion?
Thanks,
Pooja
If you have another group which consists of users that should see the transition, you could hide the transition for the other user group by using a condition in the workflow that shows the transition to the first group only.
Hello @Michael Wohlgemuth _Wolge_
At first I thought of this, we do not have a common group for which will have all the users except vendors.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, hello @Pooja Singh. Sorry, i always forget the most basic manners :/
If you have the JSU Plugin installed, you could do the same for a project role, if that would be more fitting. You should have a project role for project members anyway, so you could just add one for vendors which then will not see said transition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @Pooja Singh
jira.permission.edit.group=Vendor that means that the only Vendor can edit an issue but it will not hide the transitions.
For this, you can use the JSU (UserIsInAnyRoleCondition)/script Runner (Simple script condition) on the (Internal Discussion) transition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Yogesh Mude
I have set the property to "false"
And as for the plugin, will it prevent only Vendors from seeing the transition?
As per my knowledge, it will allow vendors only to transit the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you are correct....so here you need to add those roles which you want to show the transition, means don't add Vendor.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.