Home
YouTrack Support | JetBrains
Submit a request
Community
Sign in
Liubov Dievskaia
Follow
New articles and posts
New articles, posts, and comments
Total activity
1517
Last activity
June 10, 2022 12:58
Member since
August 18, 2016 12:29
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
617
Activity overview
Articles (7)
Posts (0)
Comments (892)
Liubov Dievskaia
commented,
June 10, 2022 12:58
Official comment
Hi Stephen, thank you for reaching out, and thank you for your kind words. Now to your questions: 1. You can certainly manage custom fields in YouTrack with the REST API. For example, here is the m...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Database Custom Fields
0 votes
Liubov Dievskaia
commented,
June 10, 2022 10:26
Hello Stephan, you're right, it wasn't possible when we had the old REST API, which is now deprecated. With the new REST API, you can create an issue via REST API and set its custom fields in one r...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Unable to create issue with project custom fields via REST API due to custom field being required
0 votes
Liubov Dievskaia
commented,
June 02, 2022 08:42
Unfortunately, it's not possible to perform such a search query without specifying a board. I've created a feature request for this in our tracker, please feel free to vote: https://youtrack.jetbra...
Community
Agile board: Questions & Answers
Filter issues that are not on any board
0 votes
Liubov Dievskaia
commented,
May 03, 2022 11:00
Official comment
Hi Robert! Are you able to assign issues in this project to other users via the UI? Are these other users added to the list of Assignees in this project? If they are not on the list of values of th...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Difficulty setting a custom feild
0 votes
Liubov Dievskaia
commented,
May 03, 2022 10:45
Here's an example of such a request: GET https://example.myjetbrains.com/api/admin/projects/{projectID}?fields=shortName,team(id,name) Response: { "team": { "name": "Project Team", ...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Rest API set issue visibility to "teamForProject"
0 votes
Liubov Dievskaia
commented,
May 02, 2022 10:04
Official comment
Hello, thank you for your message. The thing is, YouTrack REST API doesn't support PUT requests. We only support updating entities via POST requests, these requests do not change IDs of the entitie...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Update existing comment via REST API - new comment id assigned?
0 votes
Liubov Dievskaia
commented,
May 02, 2022 09:52
Official comment
Hi Robert, thank you for your question. Sure, it's possible, here is an example: POST https://example.myjetbrains.com/api/issues?fields=idReadable,visibility(permittedGroups(id,name)) { "summ...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Rest API set issue visibility to "teamForProject"
0 votes
Liubov Dievskaia
commented,
January 17, 2022 10:28
First of all: it might be helpful to check out this article about the custom field structure in the YouTrack REST API. I believe it might help to make the custom field hierarchy more clear. >> I aw...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
SimpleIssueCustomField vs SimpleProjectCustomField
0 votes
Liubov Dievskaia
commented,
September 30, 2021 12:03
Да, вы правы, встроенного экспорта статей у нас пока нет. Соответствующие реквесты есть, на них можно подписаться или проголосовать: https://youtrack.jetbrains.com/issue/JT-58904 https://youtrack.j...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Список статей
0 votes
Liubov Dievskaia
commented,
September 30, 2021 10:30
Official comment
Добрый день! Спасибо за ваш вопрос. Если вам нужен список статей из определенного проекта, то его можно получить с помощью эндпойнта /admin/projects/<projectID>/articles. К сожалению, он еще не д...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Список статей
0 votes