Hi All,
we have an uncomfortable situation because we need to apply a screen scheme for 120 projects. Is there a script with we could do it instantly instead of doing one-by-one?
Thanks for your help!
Cheers,
Rumi
Can you try using the Jira Command Line Interface Plugin for this task. Just have a look at the below example.
jira --action updateProject --project "zjiracli" --issueTypeScreenScheme "Default Issue Type Screen Scheme" jira --action updateProject --project "zjiracli" --workflowScheme "" --issueTypeScheme "" --fieldConfigurationScheme "" --issueTypeScreenScheme ""
Also refr JCLI Examples for more information.
Hope this helps.
To my knowledge, you can download it and JIRA Command Line Interface is not charged.Try using it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JCLI versions 3.0 and above are commercial with evaluation licenses available.
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.