Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I am utilizing JSD Approval functionality and have setup a muli-user picker custom field to manage approvers. I want this to be preset and dynamic based on the project using a post function. What's the best way to copy the contents of a Project Role into my custom field? Any custom scripts out there for ScriptRunner?
This is non-trivial. IIRC I've done this before. The way to do it is create a normal multi user picker field.
Then in the behaviour initialiser you specify where it gets its suggestions from, which is a rest endpoint, namely: /rest/api/1.0/users/picker. This lets you provide parameters to specify the project and role to get suggestions from.
Having trouble setting it up though. I can give you more information if you want to go this route.
Hello Jamie,
I would to implement the similar functionality in one of our JIRA project where multiple workflows are configured.
I want to copy the list of users present in specific project role to the specific user field.
It would be really helpful if you can provide us the script for the same. Or point me out where I can get it.
Thank you in advance.
Regards,
Jayesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would also be interested in getting this functionality, one where a group of approvers is auto added.
I found the link below that lets you better filter who is available to be chosen as an approver based, but the User still has to make a conscious selection.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Travis!
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.