The following examples illustrate how you can use the Jira plugin in CloudBees CD/RO.
Update issues based on source control logs
-
Create a procedure with three steps:
-
The first steps checks out code from Git.
-
The second step runs the LinkIssue procedure.
It reads the property
/myJob/ecscm_changeLogs
, which is to be set by the previous step, and writes its results into the/myJob/issueLinks
property sheet. -
The third step runs the UpdateIssue procedure:
It reads issue keys from the property
/myJob/issueLinks/issueKeys
, which is to be set by the previous step and uses these keys as a part of JQL.
-
-
Run the procedure:
-
View the logs:
-
View the report: