If I use conditions I can limit next transition to a user in a custom field(resolution owner in my case). Everyone else won't be able to see the next transition.
If I use validators everyone can see the next transition but I cannot limit the transition to a user in a custom field.
Can I make the transition visible to everyone, but only users in a specific field can use that transition?
Hi @정영환,
You can set the property for the transition link where you want to limit changing the status between A to B.
You can use the property like
jira.permission.transition.userCF = custom field id (in this case, the Id of Resolution Owner, and assuming that it is a user picker field).
Hope this helps.
Thanks,
Vamsi
I changed the transition property like this and changed the custom field to a different user.
but it didn't stop me(Reno) from using that transition.
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.
Thank you @Vamsi Kandala
but the property still doesn't affect the transition.
I checked the custom field id. The number is not wrong.
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.
Hi @정영환
What is a purpose that you want to display transition for everyone?
As I understand you validator and condition based on user picker customfield.
Only solution as I see is using script runner fo jira cloud. In scripted validator you will be able to catch current user who is triggering transition and compare it with value in user picker customfield.
Regards,
Seba
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It will be the first time for our customers to use Jira Workflow and I want to reduce the confusion they will face, with everything visible and guided with error messages. I wish I could just train them with a demo session, but I'd like to avoid that effort.
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.