How to configure generic server to import tasks with their key from JetBrains Space?
I try to configure generic server to import tasks from JetBrains Space but don't find field that represents issue's key. I need it, because I want to create branches from issues from JetBrains Space, but can't because don't find any field that would represent key of issue that I would use as name of my branch.
Can you help me?
Please sign in to leave a comment.
Hello!
Thank you for your question.
Right now there is no way to retrieve the issueKey directly but it can be easily composed as a concatenation of project key, "-T-" and issue number:
API endpoint: GET /api/http/projects/{project}/planning/issues
Please let me know if you have additional questions.
Margarita Kolotilova
JetBrains
http://www.jetbrains.com
The Drive to Develop
Hello, Margarita Kolotilova!
I had such an idea, but I don't know how to set sum of this paths on "id" field in configuration. Can you help me, please?