Hello
Below is the high level scenario in our DevOps process
1. JIRA cloud is used for managing software development process.
2. TeamCity is used for Continuous integration. Developer do provide jira tkt while committing the code to code repo.
3. Jenkins is used for Continuous Delivery and Deployment
We are trying display deployment details (like build number and if it is deployed in QA or UAT or Prod) on the JIRA tkt once the deployment is complete. Based on the documentations provided for "Jenkins for Jira (Official)", it looks like plug-in works seamlessly if Jenkins is used for both build and deployment. But our setup is different. Does any one have similar scenario and have implemented some solution? I am aware the this plug-in provides flexibility where we can override default behavior and supply the list issue keys as an issueKeys parameter while sending deployment details to Jira. However it requires maintaining and passing Jira tkt between systems. Any suggestion is appreciated. Please let me know if more details are required.