How to show the modification done to projects in Jira such as addition/deletion using jenkins pipeline script.
Hi,
What modifications are you talking about? Create, update transition an issue, or creating, realising versions?
Cheers,
Mark
I want to get the status in jenkins console output through pipeline script if any modifications are done in projects of jira such as addition or deletion of any project. Is there any jira api or script that would get the status of any changes done in jira to any project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not aware of any API to get the status of changes done in Jira. I'm not even sure this exists.
I do think you should be able to use webhooks to get notified on any changes done. There are different event types that are emitted by Jira. You may need a tool that can act as a man-on-the-middle to do any translations from Jira webhook events to the actions you want to perform in Jenkins.
Here are some links to docs that may help: Server/Data Center Webhooks and Cloud Webhooks
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.