Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. One reason could be that you have translated your issue types to a non-English language.

    1. Jira sends the English issue type when creating a new issue from Jira to Bitbucket, e.g. issueType=Bug. If there is a translation available for that issue type, and the current user has chosen a non-English language in the user profile, Jira sends back the translated issue type for REST requests, e.g. “Fehlerkorrektur”. This causes that the app to not be able to find the branch mapping with the translated issue type.

    2. The only workaround is to use non-translated issue types at this point in time.

  2. Connection to Jira times out with Jira lookup timeout in Create Branch wizard with log message: CREATEBRANCHWIZARD: timeout when executing operation

    1. Workaround: Configure Jira lookup timeout for create branch wizard in bitbucket.properties with property plugin.createbranchwizard.jira.lookup.timeout.seconds. Default is 2 seconds.