Home
YouTrack Support | JetBrains
Contact Support
Community
Sign in
Michael Gibson
Total activity
15
Last activity
January 06, 2021 16:09
Member since
June 09, 2020 13:59
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
3
Activity overview
Posts (2)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
January 06, 2021 16:09
The query you are using only returns the user id but no identifying information, so there is only a list of user id's: [{"id": "1-1","$type": "User"},{"id": "1-32","$type": "User"}, If you need add...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
How to add a comment to an issue?
0 votes
Created
January 05, 2021 19:37
I have been able to gain access to a list of user but the entire list for all users has eluded me. I haven't been able to incorporate the "$top=-1" into my url properly. Would someone please advise...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
How to add a comment to an issue?
0 votes
Created
July 28, 2020 21:48
Good afternoon Liubov, According to the documentation, I can find the value of a custom field by first knowing the issue id/readable id. I followed that process which then led me to create the foll...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
GET issue ID based on content of custom field
0 votes
Created
June 30, 2020 21:45
We are currently running 2018.3. Yes, we are willing to upgrade if the license allows it. Here is a screenshot of the jobid settings:
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Updating Issue Custom Fields
0 votes
Created
June 26, 2020 22:45
Do I have the initial post statement incorrect? https://youtrack.allpack.local/api/issues/APE-102?fields=summary,description,comments,fields(id,name,value)
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Updating Issue Custom Fields
0 votes
Created
June 26, 2020 22:30
Basically, I copied your suggested code submitting the following: {"customFields":[{"value":1234, "id":"114-16", "$type":"SimpleIssueCustomField"}]} The response was the following: { "fields": [{"v...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Updating Issue Custom Fields
0 votes
Created
June 12, 2020 22:39
I have continued to work on this issue but haven't found a solution.
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Updating Issue Custom Fields
0 votes
Edited
June 10, 2020 19:52
I have adjusted the POST statement as follows and do not get a better response: curl -X POST \ 'https://youtrack.allpack.local/api/issues/APE-102?fields=summary,description,comments,fields(id,name,...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Updating Issue Custom Fields
0 votes