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
Describe the bug
when i issue the following command;
jira issue edit --label gpe gpe-79
or
jira issue edit --label gpe gpe-79 --no-label
i get the following error;
Error:
labels: Field 'labels' cannot be set. It is not on the appropriate screen, or unknown.
jira: Received unexpected response '400 Bad Request'.
Please check the parameters you supplied and try again.
The error labels: Field 'labels' cannot be set. It is not on the appropriate screen, or unknown. basically means your workflow doesn't allow updating label on the edit screen and this is a configuration issue.
@bwinsl0w are you able to change labels from the UI using the edit screen?
if no, then its a configuration issue in Jira
If yes, then are you using the SAME account in the browser and in the script?
Describe the bug
when i issue the following command;
jira issue edit --label gpe gpe-79
or
jira issue edit --label gpe gpe-79 --no-label
i get the following error;
Error:
jira: Received unexpected response '400 Bad Request'.
Please check the parameters you supplied and try again.
Please provide following details
JiraCLI Version:
(Version="1.5.1", GitCommit="0e0f82d52ef5a775d2cc662fbe38d9732b9b5c59", CommitDate="2024-01-20T10:48:06+00:00", GoVersion="go1.21.5", Compiler="gc", Platform="linux/amd64")
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
i expect to add a label called gpe automatically or interactively
Screenshots
Additional context
this use to work, but for some reason it's not now.
The text was updated successfully, but these errors were encountered: