You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
From JIRA admin page, i can see the "Copy" button to copy screen/screenScheme/IssueTypeScreenScheme. is there any JIRA API on this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi @Mark Markov, i looked the two api before, but i only see "create" new screen/scheme but not "copy" the existing one.
"create" new screen/scheme would need to get the field layout of the source screen (taps, fields) and then add to the new one. Lots of things needed in this way. So i'm wondering if there is any straightforward function like copyWorkflow (link below), that would save lots of work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately there is no straightforward method like copy. To copy you will need to get existing schemes, layoutitems etc. and based on this objects create new one or use some plugin like @[deleted] mentioned before.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried to copy the whole project:
/rest/project-templates/latest/createshared/{projectId}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.