Hi Carlos!
Can you please give me some advice on how to set a project programmatically? I want to create a simple plugin. With a simple click it should create a new project using the definitions (the schemes) that I've programmed before. However, there are no tutorials on this subject on the developer documentation and I am not familiar with JIRA plugin development... Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Diogo.
We are going to put a similar plugin in the Marketplace very soon. Maybe you can wait a little bit!
There are different approach to acomplish this. but if you are not familiar with Plugin development, you should first read https://developer.atlassian.com/display/JIRADEV/JIRA+Plugin+Guide
There you are going to find the basics of plugin development.
After that you can go to https://bitbucket.org/topmanage/tm-project-templates/overview
You can follow that code to clone project properties.
Then you have to decide if your plugin is going to create projects via REST or a plugin webwork.
That choice is going to set the path you have to follow.
Hope this can help you.
Regards
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.
Hi,
Check whether this one solves your problem
Hope this Helps!
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.