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
I have searched the existing issues and found none that matched mine
Describe the issue
Labeling an issue with jira and then labeling/unlabeling the issue with a different label that contains a space will cause Jira to create/delete the ticket as if the jira label was added/removed. This leads to duplicated issues or deletion when it isn't desired.
Steps to reproduce it
Add some label with a space and the jira label to issue
See Issue added to Jira correctly
Remove some label with a space
See Jira delete the issue
Re-add some label with a space
See Jira recreate the issue
Relevant information
Unlabel actions logs have /home/runner/work/_temp/<hash>.sh: line 26: [: too many arguments which references if [ unlabeled == "unlabeled" ] && [ needs triage == jira ]; then. It appears the issue is caused by the expansion on the label name not being quoted.
Double check your logs
I have redacted any sensitive information from the logs
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the issue
Labeling an issue with
jira
and then labeling/unlabeling the issue with a different label that contains a space will cause Jira to create/delete the ticket as if thejira
label was added/removed. This leads to duplicated issues or deletion when it isn't desired.Steps to reproduce it
some label with a space
and thejira
label to issuesome label with a space
some label with a space
Relevant information
Unlabel actions logs have
/home/runner/work/_temp/<hash>.sh: line 26: [: too many arguments
which referencesif [ unlabeled == "unlabeled" ] && [ needs triage == jira ]; then
. It appears the issue is caused by the expansion on the label name not being quoted.Double check your logs
The text was updated successfully, but these errors were encountered: