-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
5
-
False
-
-
False
-
-
-
ACM Console Sprint 251
It would be ideal to be able to stamp a 'deployed-production' label on all Jira stories which were just deployed to production. It would help in Jira quick filters to be able to quickly see what story/feature/bug has actually been deployed to production.
Can we add a flag ‘--promotion-completed’ parameter which will
- Output a list of last/recent Jira stories included in the last release notes. How do we get a snapshot of last 'Release Notes' generated? I assume we don't want to do a fresh query, as that might be in new deployment candidates. Maybe script runs without the `--promotion-completed param, write to file any/all associated Jira stories ids, which next run with param --promotion-completed could simply read in that file?
- Under the listing, ask for confirmation:
"Ok to add 'deployed-production' label to above Jira issues? [Y/n]?" - Upon [Y]es, script will add a ‘deployed-production’ label to each associated JIRA story which was recently deployed to production.