Home
YouTrack Support | JetBrains
Submit a request
Community
Sign in
Anastasia Bartasheva
Follow
New articles and posts
New articles, posts, and comments
Total activity
1184
Last activity
February 01, 2023 13:35
Member since
November 27, 2017 14:11
Following
0 users
Followed by
5 users
Votes
1
Subscriptions
506
Activity overview
Articles (24)
Posts (0)
Comments (653)
Anastasia Bartasheva
commented,
February 01, 2023 13:35
Hi Nicolas,I reproduce the problem too, thank you for reporting about it. I've filed a bug report for the development team: https://youtrack.jetbrains.com/issue/JT-73055/Resume-import-from-Confluen...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Import from Confluence
0 votes
Anastasia Bartasheva
commented,
December 22, 2022 11:55
Hi,Thank you for contacting the YouTrack community forums. You can configure integration with GitHub. With this integration, when you mention issue id in a commit message, YouTrack automatically li...
Community
General Questions
How to add code commits in issues?
2 votes
Anastasia Bartasheva
commented,
December 21, 2022 14:29
No, the ownership of the tag shouldn't cause this error. Usually, we see this error when the execution of the workflow rule took longer than we expect it to take. By default, there is a limit of ti...
Community
Workflow: Questions & Answers
On-schedule workflow stops when I'm trying to remove tag from issue
0 votes
Anastasia Bartasheva
commented,
December 19, 2022 13:53
Could you please tell me more about your installation? Is it Cloud or Server YouTrack? What version do you use? Also, do you have any other custom workflows in this project? Please try disabling th...
Community
Workflow: Questions & Answers
On-schedule workflow stops when I'm trying to remove tag from issue
0 votes
Anastasia Bartasheva
commented,
December 15, 2022 10:35
Thank you. Your rule now runs every second and processes all unresolved issues, which can load the server significantly and be the reason of the failure. Could you please describe your scenario? If...
Community
Workflow: Questions & Answers
On-schedule workflow stops when I'm trying to remove tag from issue
0 votes
Anastasia Bartasheva
commented,
December 14, 2022 17:04
Hello,I've just checked a similar on-change workflow on my environment, and it worked as expected. So generally, your rule should be fine, except for a too-wide guard condition. Usually, we recomme...
Community
Workflow: Questions & Answers
On-schedule workflow stops when I'm trying to remove tag from issue
0 votes
Anastasia Bartasheva
commented,
December 07, 2022 14:42
Thank you for posting the solution. Issue's name (summary) is located in issue.summary property indeed. You can check this page to review all available issue's properties: https://www.jetbrains.com...
Community
Workflow: Questions & Answers
Access Gitlab Api from Youtrack Workflow
0 votes
Anastasia Bartasheva
commented,
November 17, 2022 19:46
Hi,User interface allows adding one user or group per request, so I believe there is no other way then to send a request for each watcher. As for mentioning the endpoint in the OpenAPI documentatio...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Rest API - Add Issue Watcher to an Issue
0 votes
Anastasia Bartasheva
commented,
November 10, 2022 17:22
Hello, Here is an example of publishing a draft: curl -X POST '<YouTrack address>/api/issues?draftId=2-5333' -H 'Authorization: Bearer <permanent token>' -H 'Content-Type: application/json;charset=...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
How can I edit and publish draft via API ?
0 votes
Anastasia Bartasheva
commented,
November 10, 2022 17:17
Hi,Yes, it is totally possible to set watchers in a draft. After that, you can execute a request that will publish the draft.Here is an example of adding a watcher to a draft: curl -X POST '/api/is...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Rest API - Add Issue Watcher to an Issue
0 votes