microsoft / azure-pipelines-jira

Azure Pipelines for Jira
MIT License
15 stars 6 forks source link

Jira Keys are Case Sensitive #14

Closed Eddie-Hartman closed 1 month ago

Eddie-Hartman commented 5 years ago

Describe the bug When committing, the Jira issue key must be the same Capitalization. I don't know if Jira keys are case sensitive (this issue is assuming that they aren't), but it would be nice if when looking through commits it could case-insensitive.

In Jira, if you try to navigate to issue key abc123 it will redirect you to ABC123 so I assume it is not case sensitive.

To Reproduce

  1. Create a commit with a Jira key such as abc123 in the commit message.
  2. Release it in a pipeline.
  3. Observe it does not appear in the Work Items section of the AzureDevops pipeline.

Expected behavior Either an option to make it case insensitive, or at least a mention in the documentation that it is indeed case sensitive.

Screenshots There is a commit "brmi-361" that does not pick up the Jira issue. image image

Desktop (please complete the following information):

spr0ut commented 4 years ago

Just confirmed this issue as well!

sefi-jwilliams commented 4 years ago

+1

Gustavmk commented 9 months ago

+1

Eddie-Hartman commented 1 month ago

Closing this since this repo is no longer being maintained.