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
when I tried to edit QA Contact for an issue with following command:
jira --debug issue edit ISSUE-1 --custom "QA-Contact"="jishi" --no-input
I got following warning and error:
⠋ 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: QA-Contact
⠙ Updating an issue...
Error:
customfield_12315948: data was not an object
jira: Received unexpected response '400 Bad Request'.
Please check the parameters you supplied and try again.
See error
⠋ 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: QA-Contact
⠙ Updating an issue...
Error:
customfield_12315948: data was not an object
jira: Received unexpected response '400 Bad Request'.
Please check the parameters you supplied and try again.
Expected behavior
the QA Contact can be modified
Screenshots
Additional context
the QA Contact is configured in the config.yml:
- name: QA Contact
key: customfield_12315948
schema:
datatype: user
- name: Product
key: customfield_12315949
schema:
datatype: option
The text was updated successfully, but these errors were encountered:
Describe the bug
when I tried to edit QA Contact for an issue with following command:
jira --debug issue edit ISSUE-1 --custom "QA-Contact"="jishi" --no-input
I got following warning and error:
⠋ 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: QA-Contact
⠙ Updating an issue...
Error:
jira: Received unexpected response '400 Bad Request'.
Please check the parameters you supplied and try again.
Please provide following details
To Reproduce
Steps to reproduce the behavior:
⠋ 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: QA-Contact
⠙ Updating an issue...
Error:
jira: Received unexpected response '400 Bad Request'.
Please check the parameters you supplied and try again.
Expected behavior
the QA Contact can be modified
Screenshots
Additional context
the QA Contact is configured in the config.yml:
- name: QA Contact
key: customfield_12315948
schema:
datatype: user
- name: Product
key: customfield_12315949
schema:
datatype: option
The text was updated successfully, but these errors were encountered: