Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 77:process_feedback_redmine [2021/07/07 10:47] – created fnpk | 77:process_feedback_redmine [2024/02/15 00:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| <!-- Insert this block to your stages config.xml file --> | <!-- Insert this block to your stages config.xml file --> | ||
| < | < | ||
| - | < | + | < |
| <!-- Url to the Redmine server --> | <!-- Url to the Redmine server --> | ||
| - | <host url=" | + | <host url=" |
| <!-- The api access key to authenticate against the Redmine server --> | <!-- The api access key to authenticate against the Redmine server --> | ||
| Line 52: | Line 52: | ||
| --> | --> | ||
| < | < | ||
| - | < | + | < |
| - | < | + | < |
| - | < | + | < |
| - | < | + | < |
| < | < | ||
| </ | </ | ||
| Line 88: | Line 88: | ||
| Custom fields have a unique ID and can be written using this ID. | Custom fields have a unique ID and can be written using this ID. | ||
| - | For example: | + | Example for attribute mapping: |
| - | <code xml>< | + | <code xml>< |
| + | |||
| + | Example for system attribute mapping: | ||
| + | <code xml>< | ||
| Supported Custom Field Types: | Supported Custom Field Types: | ||
| - | * Text: < | + | * Text: < |
| - | * Long text: < | + | * Long text: < |
| - | * Boolean: < | + | * Boolean: < |
| - | * Link: < | + | * Link: < |
| - | * User: < | + | * User: < |
| To identify the IDs of the custom fields of your issues, log in to redmine. Make sure, there is at least one existing issue in the project. Navigate to this URL: < | To identify the IDs of the custom fields of your issues, log in to redmine. Make sure, there is at least one existing issue in the project. Navigate to this URL: < | ||