Integrating Jira with Octopus

0 votes

I am using Octopus to deploy. Can I somehow get the jira ticket numbers into the release notes in the deployment. I just want to know the changes related to the build number.

Aug 1, 2018 in DevOps & Agile by shubham
• 7,340 points
892 views

1 answer to this question.

0 votes

I've got a powershell step to do this in teamcity. It queries jira api to get all the fixes/features to version equivalent number that teamcity build and then queries jira api again to get the issue details in order to build the release notes in markdown, which I then pass to Octopack to embed nuget package. After this, if I check octopus, I can get all the ticket numbers and summaries, grouped by issue type.

The only thing I'd suggest to do is make this a part of your build process rather than Deployment process.

answered Aug 1, 2018 by ajs3033
• 7,300 points
Yes, we use teamcity to build the package, i thought these guys could bring teamcity also into this so that they can build the release notes also by the plugin and post it to octo and prepare necessary details.

Related Questions In DevOps & Agile

+4 votes
2 answers

run docker-daemon with --iptables=false

The docker network model uses iptables to ...READ MORE

answered Aug 2, 2018 in DevOps & Agile by Kalgi
• 52,360 points
9,501 views
0 votes
1 answer

How do I use Devops with Xamarin and hockeyapp

It would be better if you use ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by Atul
• 10,240 points
515 views
+5 votes
3 answers

Error while trying to install postgis extension with greenplum

Try re downloading the package and installing ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
950 views
0 votes
1 answer

Web Service with WebSocket Implementation on AWS Blue-green deployment

Try connection draining. It will send all ...READ MORE

answered Apr 2, 2018 in DevOps & Agile by DareDev
• 6,890 points
841 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,520 views
+2 votes
1 answer
+1 vote
3 answers

How can I connect an app with an aws ec2 instance?

This is how you deploy a web ...READ MORE

answered Oct 18, 2018 in DevOps & Agile by Hannah
• 18,570 points
1,893 views
0 votes
1 answer

How to set up a VM with KVM/qemu without VitualBox using Vagrant

Start the vagrant box using: vagrant up --provider=kvm But ...READ MORE

answered Apr 11, 2018 in DevOps & Agile by ajs3033
• 7,300 points
2,064 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP