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
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:
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:
key: customfield_12315948 schema: datatype: user