• We collect Bitbucket feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      JIRA has a UI to help specify a custom issue key format.

      Stash can allow JIRA integration with custom issue key formats by editing the <STASH_INSTALL>/bin/setenv.sh or <STASH_INSTALL>/bin/setenv.bat depending upon the OS.
      To do this, pass -Dstash.jira.key.pattern=<some different regex> parameter to the JVM_SUPPORT_RECOMMENDED_ARGS property, such as:

      JVM_SUPPORT_RECOMMENDED_ARGS="-Dstash.jira.key.pattern=(<Some different regex>)"
      

      It would be good to make this configurable via the UI instead.

          Form Name

            [BSERV-2784] Document specifying a custom JIRA issue key regex

            Example:

            JVM_SUPPORT_RECOMMENDED_ARGS="-Dstash.jira.key.pattern=\\b([a-zA-Z][a-zA-Z0-9]+-\\d+)"
            

            http://www.regular-expressions.info/reference.html

            Foong (Inactive) added a comment - Example: JVM_SUPPORT_RECOMMENDED_ARGS="-Dstash.jira.key.pattern=\\b([a-zA-Z][a-zA-Z0-9]+-\\d+)" http://www.regular-expressions.info/reference.html

            jens added a comment -

            We have no plans to provide a UI for this type of configuration. However, this really should be documented it as part of the JIRA integration.

            jens added a comment - We have no plans to provide a UI for this type of configuration. However, this really should be documented it as part of the JIRA integration.

              Unassigned Unassigned
              ganand Gurleen Anand [Atlassian]
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: