Configuration

The Planning Poker Jira app provides a few options you can set in your settings to customize your experience.

Required Settings

  • FIELD_ENCRYPTION_KEYS: encrypted_fields requires this setting to be present in order to encrypt your password. See their docs for more information on how to setup the encryption keys.

Optional Settings

  • JIRA_TIMEOUT - default (3.05, 7): The timeout between read/connect calls to the Jira backend.

  • JIRA_NUM_RETRIES - default 0: The amount of retries for the instantiation of the HTTP session between the Jira client and backend.

    Note

    You can expect long response times if you set this to anything greater than zero when a connection to the backend can’t be established (this includes using an incorrect password).