Hi Community,
I have a question, how to set script JMWE Condition Workflow Groovy Expresion "Any user in Project Role" same as JSU addons
Hi @Fiqi Ferdiansyah ,
you can use this code:
currentUser.isInProjectRole("Project Role Name", issue.get("project"))
hi David @David Fischer
Thank you for respon,
i can try this code, but code is not run in JIRA,
any idea for another script groovy for about this ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi david @David Fischer
so sorry, after i try again, i think, i put the wrong code, and after i run it again, the result is working as i want, so thank you david
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Fiqi Ferdiansyah ,
you don’t need to use any application, this condition is available in Jira natively, it is called “User Is In Project Role”.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Hana @Hana Kučerová
does this “User Is In Project Role” have originally jira or the steams plugin ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Fiqi Ferdiansyah ,
there’s no need for plugins, Jira itself contains it.
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.
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.