Hi All,
I was wondering if it is possible to enable some automation within Jira to automatically create & close Projects?
Certain services for our company run on a monthly basis, therfore they expire at the end of each month, and restart again on the 1st of the following month.
If there was a way to automate this, and take out the manual admin, it would be an ideal solution for us.
Any feedback or tips on how this could be achieved will be much appreciated!
Thanks
Jonathan
Creating projects automatically can be done with scripting or plugins (example - I've just helped set up a "project register" project - user creates an issue in there, a script creates their project for them after a bit of validation).
The questions you need to think about are:
What is going to trigger the creation of Projects?
What do you mean by "close a project"?
And probably the hardest one - how? I've mentioned scripting and plugins, but you don't have those options OnDemand, and I don't think there's anything you can install to do anything with project creation (let alone "close" whatever that turns out to be)
Hi Nic - thanks for the quick response. Apologies, we have the Download version of Jira rather than OnDemand.
1 - we are looking for a new project to be created on the 1st of each month called "Critical Support" followed by "- [Month, Year]".
2 - By "close a project" I meant to prevent any further issues being created within that project (i.e. Critical Support - August 2014). We are more interested in the monthly creation however.
3 - Are there any recommended plugins available?
Thanks
Jonathan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd do this with the script runner. Although you'd need something to trigger the scripts at the right times, you can script "project create" and "change permission scheme to a read-only one" for the "close project" bit.
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.
Hope you are doing well.
Can you please provide an example of how you performed the below? This is actually what I am trying to achieve on my JIRA CLOUD:
Creating projects automatically can be done with scripting or plugins (example - I've just helped set up a "project register" project - user creates an issue in there, a script creates their project for them after a bit of validation).
Regards,
Nawaaz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is almost a pre-Cloud question, but at the moment, I'm not really seeing Cloud support scripted project creation. The REST APIs are not there yet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.