...
Please find the column you need and copy ColumnID for versions:
...
and for packages:
...
Step 3: Create Jira automation to trigger 3rd party system that will execute the logic
...
After that, the processor would need to execute the following actions with token from the Step 1
Get all packages for the version
Get version details to collect all packages from the
...
version:
...
Please
...
NOTE that the version could belong to multiple packages
Get package details for each package from the previous step:
...
Get IDs of all versions in the package
...
Check if all the versions are in needed status by using the previous endpoint
...
If all versions in the needed status, execute a call for moving package to needed destination status:
...
URL: <https://your_jira_url/rest/release-management/1.0/release/PACKAGE_ID/
...
move>
Method: <PUT>
Request Body:
{"columnId":<destination_column_id>,"afterReleaseId":null}
...
Replace <destination_column_id> to package columns ID where the package should be moved
Include Page | ||||
---|---|---|---|---|
|