I am utilizing a request process in Jira Service Desk to generate new projects. Once the ticket is created, I would like to have a post function create the new project. I am thinking I can do this through post function or via the Automation App. Below are the steps I am trying to achieve.
I am not sure if this is possible as this point but there is a clear need to allow project copies without giving the user admin rights.
Please help get me pointed in the right direction...
I think it's possible using a post function with a custom script. From ComponentAccessor class you can retrieve the ProjectManager object which contains createProject method. One of the parameters of that method is ProjectCreationData. You can build it using a nested class ProjectCreationData.Builder which allows to do it from the existing project.
Online 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.