Home
YouTrack Support | JetBrains
Submit a request
Community
Sign in
Liubov Dievskaia
Follow
New articles and posts
New articles, posts, and comments
Total activity
1524
Last activity
November 11, 2022 15:48
Member since
August 18, 2016 12:29
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
620
Activity overview
Articles (7)
Posts (0)
Comments (896)
Liubov Dievskaia
commented,
October 28, 2022 12:27
Добрый день! Подскажите, пожалуйста, какую версию YouTrack вы сейчас используете? Спасибо!
Community
Agile board: Questions & Answers
В задаче не указаны доски
0 votes
Liubov Dievskaia
commented,
October 24, 2022 11:42
Official comment
Unfortunately, this scenario is not possible when you're building a state machine in the Workflow Constructor. However, it's possible to have state machines per issue type using ordinary JavaScript...
Community
Workflow: Questions & Answers
Several workflows depending on the type of tracker
0 votes
Liubov Dievskaia
commented,
October 24, 2022 10:45
Hello Alexey! What exactly do you mean by tracker? Is it an issue type in Youtrack or is it something else? Could you please provide some more details about your use case and what it looks like (or...
Community
Workflow: Questions & Answers
Several workflows depending on the type of tracker
0 votes
Liubov Dievskaia
commented,
September 14, 2022 11:03
Official comment
Hi Tomasz, thank you for your question. At the moment, it's not possible to add attachments via REST API using base64Content. The only way to add attachments currently is described in this tutorial...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Attach Files to an Issue as base64Content
0 votes
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