Skip to content

feat: Support custom fields on issue edit#377

Merged
ankitpokhrel merged 2 commits intomainfrom
feat-custom-field-edit
May 29, 2022
Merged

feat: Support custom fields on issue edit#377
ankitpokhrel merged 2 commits intomainfrom
feat-custom-field-edit

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.

1 participant