Hi Team,
My objective is to send the deployment information from jenkins to JIRA.
I was going through this doc:
https://support.atlassian.com/jira-cloud-administration/docs/how-jenkins-for-jira-works/#Example-of-a-complete-Jenkinsfile
As per doc we need to add Issue id in commit message or branch name.
What I am not sure is how it works in cases of release versions:
1. We create a release with multiple JIRAs
2. There are two Jenkins jobs - one which build and creates the artifact and store in S3 (abc.jar for example) and the other job is specifically for deployment which takes the artifact as the input, download from S3 and deploys on servers
3. This artifact build has changes for multiple JIRAs (for release) . How can this deployment information be sent to JIRA and will be updated in each respective JIRA Id?