Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-jira: Add versions and fixVersions fields to the edit template #2758

Merged
merged 1 commit into from
Jul 20, 2021

Conversation

rvl
Copy link
Contributor

@rvl rvl commented Jul 12, 2021

Issue Number

Found during ADP-952

Overview

Adds the fixVersions field to the go-jira editing template.

Comments

With this change, it's possible to automate some ticket updating tasks like so:

#!/usr/bin/env bash
for ticket in ADP-{955,956,957,958,959,960}; do
  jira edit $ticket --noedit -o "fixVersions=Alonzo White"
  jira labels add $ticket "Alonzo-White"
  jira issuelink ADP-952 Blocks $ticket
done

@rvl rvl self-assigned this Jul 12, 2021
@rvl rvl merged commit 66d0d8d into master Jul 20, 2021
@rvl rvl deleted the rvl/adp-952/jira-fix-versions branch July 20, 2021 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant