Relation between commit message and a Jira Number (URL) uppercase-lowercase issues

Issue #41 wontfix
Former user created an issue

I have a jira url of http:/jira.mycompany.com/PROJ-001

If the commit message is proj-001 there won't be a relation between them.

Only if the commit message is PROJ-001 in uppercase - it works.

Can jigit support the lowercase-uppercase mixing to match between the commit and the jira number?

Comments (2)

  1. Dmitrii Apanasevich repo owner

    Hi!

    Pattern-matching is implemented with simple call of JIRA API method getIssueKeysFromString

    Sorry, but I don't think it's a good idea to implement custom logic for this action.

    Maybe, it's better to open an issue about this method in Atlassian tracker?

  2. Log in to comment