mafrosis / jira-offline

Git-like CLI for using Jira offline
https://pypi.org/project/jira-offline
MIT License
5 stars 1 forks source link

Bulk edit by passing a filter, not an issue key #127

Open mafrosis opened 3 years ago

mafrosis commented 3 years ago

Rather than edit one issue at a time:

jira edit KEY-1 --blah=egg

How about editing multiple issues via a filter:

jira edit --filter 'epic_link = KEY-99' --blah=egg