Hi all
I'm setting up a development workflow, and I am looking for some help in automating it.
How to generate JIRA releases automatically, triggered by transition? The version system I have in mind is variation of semantic versioning: Major Version (manually selected) . No of completed Epics + Stories . Number of closed prodlogs
Are there any good reference materials? Or is it even possible now?
Yes, it should be simple with scriptrunner or a similar tool.
There's an interface called VersionManager implemeted by the class DefaultVersionManager
https://docs.atlassian.com/jira/server/com/atlassian/jira/project/version/VersionManager.html
You can obtain a reference from the ComponentAccessor directly and to the work:
https://docs.atlassian.com/jira/server/com/atlassian/jira/component/ComponentAccessor.html
Thanks for the suggestion. our company already has JMWE, could it be used for my purpose?
I'm very new to JIRA and all of it's add-ons, could you recommend a very basic tutorial of some sort, as scriptrunner appears to be lacking one?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wait, at this point I must note that we are using JIRA Cloud.
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.