Created
February 28, 2026 09:19
-
-
Save zebba/2da865ac13c0c4f0c8da685f6a5c71fd to your computer and use it in GitHub Desktop.
Jetbrains - Issue Tracker - OpenProject settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Server URL: http://192.168.33.201 | |
| Username: apikey | |
| Password: <apikey> | |
| [x] Use HTTP authentication | |
| Tasks List URL: {serverUrl}/api/v3/work_packages/ | |
| Single Task URL: {serverUrl}/api/v3/work_packages/{id} | |
| tasks: $._embedded.elements | |
| id: id | |
| summary: subject | |
| description: description.raw | |
| updated: updatedAt | |
| created: createdAt | |
| singleTask-id: id | |
| singleTask-summary: subject | |
| singleTask-description: description | |
| singleTasl-updated: updatedAt | |
| singleTask-created: createdAt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment