When I click on "Create Project" then I can either choose a template or click on "Create with shared configuration". Now my question is, how can i modify this "Create with shared configuration" button, that it shows a different dialouge than it does now, after you clicked on it. I thought of a plugin but didn't know how to access this button through an API.
@TimG1367 - Currently, Jira does not provide direct API support for creating projects using the "Create with Shared Configuration" option.
While you cannot directly replicate the "Create with Shared Configuration" option through the API, you can achieve a similar outcome by manually setting up the project and reusing the same schemes as another project.
/rest/api/3/project/{projectIdOrKey}
endpoint to retrieve the schemes associated with an existing project that you want to copy. This will return information about the project, including its IDs for workflow schemes, permission schemes, issue type schemes, etc.Welcome @TimG1367
There isn't a way to modify the funcionality of this button, rather using the API for it, which could be found in this article: https://community.atlassian.com/t5/Jira-articles/Jira-Cloud-Automation-Create-a-project-with-shared-settings-from/ba-p/1970419
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!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.