Hey,
I'd like to know if it's possible or if is there any plugin that automatically create a new project when an issue is transitioned on the workflow?
I have a project "A" where the issue will be transitioned, and I need that every time that the issue go from status "Priorizado" to "Planejamento" a project is created by copying a template from an existing project "Estratégia de Execução".
Someone knows if this is possible?
Thanks.
Community moderators have prevented the ability to post new answers.
You can do that using the built in automation rules and REST API. I made a detailed video showing exactly that.
Using Automation rules you can make a rest call and call Jira's own REST API to create a project using the following end point.
JIRA-URL/rest/api/3/project
However I will try to be careful creating projects from a transition because you may end up with too many projects? Why not create an issue instead? I am sure you have a valid reason.
I hope it helps.
Ravi
Hi @Ravi Sagar _Sparxsys_ ,,
Thanks for the quick response. I was able to create the project.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ravi Sagar _Sparxsys_ :Hi ,is this possible for Jira 8.13.6 on premise (not cloud) ?
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.