/
Automate change Status Jira tickets for specific release
Automate change Status Jira tickets for specific release
This article describes how to move Jira tickets form status "Awaiting deployment" to "In bugfix review" depend on deployed service version on bugfest and version in Jira ticket.
Parameters
Parameter | type | describe |
---|---|---|
BugfestEnv | list<string> | Bugfest environment: Nolana, Orchid, Pre-Orchid, Morning-Glory |
Release | string | Name of Release that you are going to use. |
JiraTaskStatus | string | Current status of jira task |
NextJiraTaskStatus | string | Future status of jira task that you want to moved. |
Comment | string | Comment for jira task after moved to next Jira status. |
Steps
- Go to Jenkins
- Navigate to Racher -> Automation -> Move-Jira-Tickets-depend-on-deployed-version-of-module
- Select parameters
- BugfestEnv - Select bugfest environment by default Nolana;
- Release - Name of Release you can find in Jira ticket in field "Release" by default "Nolana (R3 2022)";
- JiraTaskStatus - current status of Jira ticket can be founded in field "Status" in Jira tiket by default "Awaiting deployment";
- NextJiraTaskStatus - future status of Jira ticket can be founded trough "Workflow" in Jira ticket by default "In bugfix review";
- Comment - Comment that you want to leave after moved status task by default "Moved status to ${NextJiraTaskStatus} from status ${JiraTaskStatus}" (example how it looks "Moved status to In bugfix review from status Open");
- Click Build button;
- Wait for completion.
Job flow
Example
, multiple selections available,
Related content
How to work with Rancher environments
How to work with Rancher environments
Read with this
Jira Fix Versions Management Guideline
Jira Fix Versions Management Guideline
More like this
Run index on Rancher env with bugfest dataset
Run index on Rancher env with bugfest dataset
Read with this
Release process in Jira
Release process in Jira
More like this
Back-end module development using the scratch environment and Rancher
Back-end module development using the scratch environment and Rancher
Read with this
Eureka module's release procedure
Eureka module's release procedure
More like this