.. include:: /includes.rst.txt .. comments - headings # with overline, for parts * with overline, for chapters = for sections - for subsections ^ for subsubsections " for paragraphs .. index:: pair: Configuring ; JIRA Integration Parameters .. _jira_integration_parameters: JIRA Integration Parameters ^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. list-table:: :header-rows: 1 :widths: 20 10 70 :class: tight-table * - Parameter - Default - Description * - *JIRA Server URL* - - URL to access JIRA, e.g., https://mycompany.atlassian.net/ —NOTE: This URL must end with a slash “/” * - *JIRA Issue Statuses* - OPEN - The Status value(s) of issues that shall be searched over on JIRA. Multiple values will be interpreted as "OR" and need to be separated by commas. For example: OPEN,TODO would produce (status="OPEN" OR status="TODO") in the search string. Leave empty for no match status condition. * - *JIRA User Name* - - The JIRA login name to shared by all users (the password entry appears after the URL and username are set) * - *JIRA Password* - - This appears only if the other JIRA parameters are set, and it is set *after* **Save Changes** has completed. You need to use API Tokens as passwords for Jira integration.