Hello,
I am looking for help with restricting certain issue types while creating issues. I have script runner but the scripts that I am finding online are for Server/Data Center.
Is there any way to implement that on Jira cloud?
Thanks!
Hello @Leena Siddamshetty
This YouTube video purports to provide instructions for how to accomplish that with ScriptRunner Behaviours for Jira Cloud.
Hi Leena,
I can confirm that the Behaviours feature of ScriptRunner for Jira Cloud can help to achieve your requiement of restricting issue types when creating issues.
We have an example of doing this in our library script here, which shows how to restrict issue types based on user groups.
You can modify this example to help achieve your requirements.
I hope this information helps.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use security level in your issuetype. For company manage project - you need to create
issue security scheme.
Go to Jira settings - Issues - Issue security schemes - Add issue security.
Then you may add a user/group/role in the security.
NOTE: make sure the user/group/role(who will add security upon creation) is included in all security level so they can see the option in security level field.
Then add the security scheme in project
Go to project - project settings - Security - Action - select a scheme
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
also make sure that the security level field is included in your create screen.
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.