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

feat: Support custom fields on issue edit #377

Merged
merged 2 commits into from
May 29, 2022
Merged

Conversation

ankitpokhrel
Copy link
Owner

@ankitpokhrel ankitpokhrel commented May 29, 2022

Related: #319 #375

Similar to issue create, we can use --custom flag to edit custom fields on edit.

jira issue edit 35 --custom story-points=3 --custom due-date="2022-03-10T14:39:00.000+1100" \
 --custom note="A custom note" --custom platform=Windows,Linux --custom quarter=Q3 --custom tags=p1,q3,y2022

For multiple selection, we can use minus - to remove items

jira issue edit 35 --custom platform=-Windows,Linux --custom quarter=Q3 --custom tags=p1,-q3,y2022

@ankitpokhrel ankitpokhrel marked this pull request as ready for review May 29, 2022 17:31
@ankitpokhrel ankitpokhrel merged commit 85d8a7e into main May 29, 2022
@ankitpokhrel ankitpokhrel deleted the feat-custom-field-edit branch May 29, 2022 17:33
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.

None yet

1 participant