Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Possible to export sprint number to git

Paul Moore October 30, 2015

Hello,

We are reorganising our software development process to use Scrum / sprints. 

In our case, there are several repositories that are associated with the project and which I would like to tag at the end of each sprint. Would it be possible to have them all automatically tagged? I would like to tag each master branch with a tag <major-ver>.<minor-ver>.<sprint-num>. Can this be automated, at the moment when the sprint is close during the retrospective? That is, extract the major, minor, and sprint numbers from JIRA and use them to tag the branches.

Many thanks,

Paul

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
GabrielleJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 30, 2015

I guess you can accomplish it with some coding yes. If I were to do it, I'll put in a shell-script in the post-function of an "Epic" or any issue to do the tagging for me.

Paul Moore November 5, 2015

Gabrielle,

It seems that there is no way to do it. I want the post-processing to be done when a sprint is closed.

For some strange reason, post functions are only available for epics or issues, not for sprints.

https://innovalog.atlassian.net/wiki/display/JMWE/Post-functions

Is this correct?

Paul

GabrielleJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 6, 2015

Yeah, I like to associate my Sprints to Epics that's why I can do it. You can also code some Event Listeners or scheduled tasks, nothing really directly with closing sprints. Sorry.

TAGS
AUG Leaders

Atlassian Community Events