Improve --custom flag usability for non-interactive use #978
Unanswered
steven-range
asked this question in
Ideas
Replies: 1 comment 1 reply
-
|
funny, I was just struggling with this trying to feed a name with parenthesis. Save me a dive into the source code: where did you find the kebab-case bit? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem:
--customis broken for non-interactive use (CI, scripts, agents):Required format (undocumented): lower-kebab-case of the configured field name, e.g. story-point-estimate=1
Proposed changes:
No behavior changes — just better help text and actionable error messages.
I have a local build that does these, adds a bit of help text, and includes a call to a new
suggestCustomFieldsmethod that matches as described. It's worked to allow my agent to find custom fields on our JIRA boards, so I'd like to contribute it back.Beta Was this translation helpful? Give feedback.
All reactions