feedback
feedback copied to clipboard
[Feature Request] JIRA Integration
Story Per my conversation with the team on Twitter, I'd like to request a feature for JIRA integration.
We recently moved from Jenkins to BuildKite for our commercial product and use JIRA quite intensively. Previously, JIRA tickets that had a commit with the title tagged in it would show up in a tab to show if they were deployed/when/etc like this:
Bamboo CI also has great integration with JIRA
Request
- Ability to see deployments of builds that reference JIRA tickets in their titles
- Ability to gather JIRA ticket descriptions in the build change log
Reference
- https://marketplace.atlassian.com/plugins/com.marvelution.jira.plugins.jenkins/server/overview
- https://www.atlassian.com/software/bamboo/features
+1, would be a nice addition.
+1 for our team
Hi @keithpitt, could you update us please if you have this integration in your pipeline?
Hey @SPopenko - it's been put on the back burner I'm afraid. It is something we're still on doing though!
If there were an enterprising Java developer who'd like to give this a crack it looks like you can extend JIRA fairly deeply with plugins (like the jenkins plugin does), and could add a servlet to receive Buildkite webhooks which would add build events to the issues activity streams.
Thanks guys for updates.
Any updates in regards to this?
+1 for us too!
+1 for us as well
+1
+1
+1
+1
+1
Yes, us too. However, preferably one that doesn't require god-rights within JIRA to be able to work, since we wouldn't install that. :(
Lots of +1s — anybody want to have a go at writing something? 😉
If there were an enterprising Java developer who'd like to give this a crack it looks like you can extend JIRA fairly deeply with plugins (like the jenkins plugin does), and could add a servlet to receive Buildkite webhooks which would add build events to the issues activity streams.
Guys, Could you please let me know where you've got Jira Cloud or Server (BTF, on-prem)?
Server On-prem
+1
Jira Cloud for my company
+1 Jira Cloud
+1
I guess another way of doing this would be having a buildkite plugin, that before/after a deploy is done, checks commit messages between PREV_VERSION...CURRENT_VERSION
, scans them for jira ticket IDs, and then uses Jira API to post a deployment info to relevant tickets?
Would that be satisfying solution?
+1
+1
+1 We would like to have cycle time reporting on Jira and inorder for this to work we need JIRA integration for Buildkite.
+1 also important for cycle time for us.
+1 for us as well
Lots of +1s — anybody want to have a go at writing something? 😉
If there were an enterprising Java developer who'd like to give this a crack it looks like you can extend JIRA fairly deeply with plugins (like the jenkins plugin does), and could add a servlet to receive Buildkite webhooks which would add build events to the issues activity streams.
Is there no way in BuildKite to get a Jira ticket number? From my understanding, we have to include the ticket number in at least one of the commit messages.
@mchittezhath we could work on this => https://marketplace.atlassian.com/vendors/1213354/
Anybody from BuildKite would give us a hand?