Versions Compared

Key

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

...

The app accesses user’s name and email address that are configured in Jira. This is used to populate commit’s author name and email fields whenever a change is uploaded to Bitbucket from Jira. Each Git commit must have a user name and an email address. These are only accessed at the time when a user actually makes a change to the Feature field in Jira and the project is configured with a linked Bitbucket repository in app’s settings. The name and email are used only for this purpose and are not stored by the app.

Bitbucket Access Token

BDD for Jira with Git app makes use of a Bitbucket access token for authorizing of upload and download API requests with Bitbucket. This token is added to the app’s configuration via Jira project settings page, see related information on page - Enable Git Integration

...