Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 77:process_feedback_jira [2021/07/29 10:11] – fnpk | 77:process_feedback_jira [2024/02/15 00:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 68: | Line 68: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | ===== Authentication ===== | ||
| + | |||
| + | There are different ways to authenticate with Jira Server. Most common are Basic Authentication and Personal Access Tokens (Bearer). | ||
| ==== Basic Authentication ==== | ==== Basic Authentication ==== | ||
| Line 80: | Line 84: | ||
| === Jira Server === | === Jira Server === | ||
| - | The '' | + | * The '' |
| + | * [[https:// | ||
| === Jira Cloud === | === Jira Cloud === | ||
| In Jira cloud there are no usernames. The '' | In Jira cloud there are no usernames. The '' | ||
| - | ==== Supported Jira fields ==== | + | ==== Personal Access Tokens |
| - | * Description: | + | |
| - | * Text Field (single line): '' | + | |
| - | * Text Field (multi line): '' | + | |
| - | * URL Field: '' | + | |
| - | * Select List (single choice): '' | + | |
| - | * User Picker (single user): '' | + | |
| - | * Assignee: '' | + | |
| - | * Reporter: '' | + | |
| - | * Components: '' | + | |
| - | **Be aware**: | + | Since Jira 8.14 it is possible to [[https://confluence.atlassian.com/ |
| - | * If you choose **Select** or **Component** then the user entered values must be configured in Jira. Otherwise the ticket creation will fail. | + | |
| - | * If you choose **User Picker**, **Assignee** or **Reporter** then the users must be vald Jira user. Otherwise the ticket creation will fail. | + | |
| - | * To set the **Reporter** field it is [[https://community.atlassian.com/ | + | |
| - | Other Jira fields are not supported at the moment. | ||
| - | |||
| - | ==== Custom Endpoint (Optional) ==== | ||
| - | |||
| - | If your Jira REST-Endpiont differs from the standard location, you can specify it. If your link to the Jira-API is for example like ''< | ||
| <code xml> | <code xml> | ||
| - | < | + | < |
| - | </ | + | < |
| - | + | ||
| - | ==== Proxy (Optional) ==== | + | |
| - | + | ||
| - | You can specify a proxy server. | + | |
| - | + | ||
| - | <code xml> | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| </ | </ | ||
| ==== OAuth 2.0 Password Grant (Optional) ==== | ==== OAuth 2.0 Password Grant (Optional) ==== | ||
| + | |||
| + | **This is a very special use case for a specific API gateway and not a standard Jira feature.** | ||
| We support also OAuth 2.0 with Password Grant. To configure it there are different properties: | We support also OAuth 2.0 with Password Grant. To configure it there are different properties: | ||
| Line 147: | Line 127: | ||
| </ | </ | ||
| - | ==== Custom Header (Optional) ==== | + | ==== No Authentication (Since Stages 7.9.10.0 / 7.10.1.0) ==== |
| + | |||
| + | **This is a very special use case for a specific API gateway and not a standard Jira feature.** | ||
| + | |||
| + | If there should be no authentication with Jira you can configure it. You probably want to set a [[# | ||
| + | |||
| + | <code xml> | ||
| + | < | ||
| + | </ | ||
| + | |||
| + | ===== Supported Jira fields ===== | ||
| + | * Description: | ||
| + | * Text Field (single line): '' | ||
| + | * Text Field (multi line): '' | ||
| + | * URL Field: '' | ||
| + | * Select List (single choice): '' | ||
| + | * Select List (multiple choices): '' | ||
| + | * User Picker (single user): '' | ||
| + | * User Picker (multiple users): '' | ||
| + | * Assignee: '' | ||
| + | * Reporter: '' | ||
| + | * Components: '' | ||
| + | * Radio Buttons: '' | ||
| + | * Checkboxes: '' | ||
| + | * Labels: '' | ||
| + | * Affects Versions: '' | ||
| + | * Fix Versions: '' | ||
| + | * Version Picker (single version): | ||
| + | * Version Picker (multiple versions): '' | ||
| + | |||
| + | **Be aware**: | ||
| + | * If you choose **Select** or **Component** then the user entered values must be configured in Jira. Otherwise the ticket creation will fail. | ||
| + | * If you choose **User Picker**, **Assignee** or **Reporter** then the users must be vald Jira user. Otherwise the ticket creation will fail. | ||
| + | * To set the **Reporter** field it is [[https:// | ||
| + | |||
| + | Other Jira fields are not supported at the moment. | ||
| + | |||
| + | ===== Custom Endpoint (Optional) ===== | ||
| + | |||
| + | If your Jira REST-Endpiont differs from the standard location, you can specify it. If your link to the Jira-API is for example like ''< | ||
| + | <code xml> | ||
| + | < | ||
| + | </ | ||
| + | |||
| + | ===== Proxy (Optional) ===== | ||
| + | |||
| + | You can specify a proxy server. | ||
| + | |||
| + | <code xml> | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Custom Header (Optional) | ||
| You can set custom header to the Jira-REST-Requests. | You can set custom header to the Jira-REST-Requests. | ||
| Line 156: | Line 192: | ||
| </ | </ | ||
| - | ==== Troubleshooting ==== | + | ===== Troubleshooting |
| If the username/ | If the username/ | ||