Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 77:process_feedback_jira_tmp [2023/07/18 15:24] – fnpk | 77:process_feedback_jira_tmp [2024/02/15 00:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 92: | Line 92: | ||
| Since Jira 8.14 it is possible to [[https:// | Since Jira 8.14 it is possible to [[https:// | ||
| - | |||
| <code xml> | <code xml> | ||
| Line 99: | Line 98: | ||
| </ | </ | ||
| - | ==== Supported Jira fields ==== | + | ==== 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: | ||
| + | |||
| + | <code xml> | ||
| + | < | ||
| + | < | ||
| + | |||
| + | <!-- URL to your OAuth 2.0 Token Endpiont --> | ||
| + | < | ||
| + | |||
| + | <!-- OAuth 2.0 Client Id --> | ||
| + | < | ||
| + | |||
| + | <!-- OAuth 2.0 Client Secret --> | ||
| + | < | ||
| + | |||
| + | < | ||
| + | < | ||
| + | |||
| + | <!-- OAuth 2.0 (technical) user --> | ||
| + | < | ||
| + | |||
| + | <!-- OAuth 2.0 password --> | ||
| + | < | ||
| + | </ | ||
| + | |||
| + | ==== 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: | * Description: | ||
| * Text Field (single line): '' | * Text Field (single line): '' | ||
| Line 105: | Line 143: | ||
| * URL Field: '' | * URL Field: '' | ||
| * Select List (single choice): '' | * Select List (single choice): '' | ||
| + | * Select List (multiple choices): '' | ||
| * User Picker (single user): '' | * User Picker (single user): '' | ||
| + | * User Picker (multiple users): '' | ||
| * Assignee: '' | * Assignee: '' | ||
| * Reporter: '' | * Reporter: '' | ||
| * Components: '' | * Components: '' | ||
| + | * Radio Buttons: '' | ||
| + | * Checkboxes: '' | ||
| + | * Labels: '' | ||
| + | * Affects Versions: '' | ||
| + | * Fix Versions: '' | ||
| + | * Version Picker (single version): | ||
| + | * Version Picker (multiple versions): '' | ||
| **Be aware**: | **Be aware**: | ||
| Line 117: | Line 164: | ||
| Other Jira fields are not supported at the moment. | Other Jira fields are not supported at the moment. | ||
| - | ==== Custom Endpoint (Optional) ==== | + | ===== 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 ''< | 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 ''< | ||
| Line 124: | Line 171: | ||
| </ | </ | ||
| - | ==== Proxy (Optional) ==== | + | ===== Proxy (Optional) |
| You can specify a proxy server. | You can specify a proxy server. | ||
| Line 135: | Line 182: | ||
| </ | </ | ||
| - | ==== OAuth 2.0 Password Grant (Optional) ==== | ||
| - | |||
| - | We support also OAuth 2.0 with Password Grant. To configure it there are different properties: | ||
| - | |||
| - | <code xml> | ||
| - | < | ||
| - | < | ||
| - | |||
| - | <!-- URL to your OAuth 2.0 Token Endpiont --> | ||
| - | < | ||
| - | |||
| - | <!-- OAuth 2.0 Client Id --> | ||
| - | < | ||
| - | |||
| - | <!-- OAuth 2.0 Client Secret --> | ||
| - | < | ||
| - | |||
| - | < | ||
| - | < | ||
| - | |||
| - | <!-- OAuth 2.0 (technical) user --> | ||
| - | < | ||
| - | |||
| - | <!-- OAuth 2.0 password --> | ||
| - | < | ||
| - | </ | ||
| - | ==== Custom Header (Optional) ==== | + | ===== Custom Header (Optional) |
| You can set custom header to the Jira-REST-Requests. | You can set custom header to the Jira-REST-Requests. | ||
| Line 171: | Line 192: | ||
| </ | </ | ||
| - | ==== Troubleshooting ==== | + | ===== Troubleshooting |
| If the username/ | If the username/ | ||