We have a use case that I need some help with.
With 'Create Constrained Issue' (today we use this with Exocet) we push a button in a Jira issue to get a new create screen. There we can create a issue in a different project.
In that create issue screen we want to be able to filter out which projects that are chooseable from the dropdown menu so we don't get all projects the user have access to. E.g. if we push "Send to vendor" button, we want to be able to filter so only vendor-projects are show in the projects dropdown menu.
I know we can limit access to the projects them selves, but we want the users to have access to the projects for different reasons.
Is it any way to use Scriptrunner's Behaviour for example for this? Groovy code to limit the projects shown in the "Project" dropdown menu on the create screen? Same with issue-type..
At the current moment, there is not a way to restrict what options show up in fields such as Project Picker, User Picker, etc. This is because those fields are populated using a REST call and we would have to intercept that response and manipulate it.
With that said, our development team is working on it. I do not have any time estimates but stay tuned :)
Hi Roland, and thank you for your reply.
Looking forward for the new feature to be released some time in the future.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Roland,
have you any update on functionality for restricting options in Project Picker, we want customize it and are trialing script runner for POC.
If you have pointers we can do in jquery or something would be very helpful.
cheers
Ajay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Knut,
depending on how you use Project Categories in Jira you could also limit the number of project by category. Of course this would mean, that in the sample above all vendor projects are in the same category. This is a native feature of Exocet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Reto,
Thank you for pointing this out. In our situation it will help in some usecases, but sadly not all. But it is a helpful feature.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.