You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it doesn't seem possible to set using jira-cli. It's not available as standard metadata, and referencing it doesn't work
~ # jira serverinfo
SERVER INFO
-----------
Version: 8.20.11
Build Number: 820011
Deployment Type: Server
Default Locale:
~ # jira issue edit ISSUE-123 --custom duedate="2023-01-26" --no-input
⠋ Updating an issue...
Some custom fields are not configured and will be ignored. This will fail with error in the future release.
Please make sure that the passed custom fields are valid and configured accordingly in the config file.
Invalid custom fields used in the command: duedate
✓ Issue updated
If I manually add it to ~/.config/.jira/.config.yml in a certain way it does start to work. Here's the config:
- name: Due Date
key: duedate
schema:
datatype: date
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Please add support for setting the Due Date (system
duedate
field).It is possible to create/update this field via the API
but it doesn't seem possible to set using
jira-cli
. It's not available as standard metadata, and referencing it doesn't workIf I manually add it to
~/.config/.jira/.config.yml
in a certain way it does start to work. Here's the config:This seems to override the CLI key to
due-date
The Due Date does get updated, Here's more examples:
but it would be nice to get something like
--duedate
as an option.Beta Was this translation helpful? Give feedback.
All reactions