Home
YouTrack Support | JetBrains
Contact Support
Community
Sign in
Yury V. Zaytsev
Total activity
26
Last activity
June 08, 2021 07:46
Member since
January 01, 2021 17:30
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Posts (1)
Comments (20)
Yury V. Zaytsev
commented,
June 08, 2021 07:46
I have dropped the code of our workflow and corresponding tests in JT-32316 in the hope that it'll be of use to someone. Unfortunately, I'm unable to provide support for it, so caveat emptor.
Community
General Questions
Mail replies to comments: how to ignore footer (history of answers and replies)?
0 votes
Yury V. Zaytsev
commented,
March 14, 2021 16:35
Hi Liubov, Thanks for the suggestions - unfortunately they don't address the use case described in JT-6248 - namely to be able use YouTrack REST APIs directly from web apps instead of wrapping them...
Community
Workflow: Questions & Answers
Using YouTrack's own REST API from within a Workflow
0 votes
Yury V. Zaytsev
commented,
March 07, 2021 19:22
Hi Liubov, Thank you very much for the update! Meanwhile hit another limitation as compared to Jira: the reporter of an already created issue cannot be changed - the Workflow field is read-only and...
Community
Workflow: Questions & Answers
Using YouTrack's own REST API from within a Workflow
0 votes
Yury V. Zaytsev
commented,
February 26, 2021 15:49
Hi Alexander, Just one more question - is it possible to access source mailbox messages for issue or comment via Workflows? I found the API using Inspector: /api/admin/integrations/mailbox/emails/i...
Community
Workflow: Questions & Answers
Using YouTrack's own REST API from within a Workflow
0 votes
Yury V. Zaytsev
commented,
February 24, 2021 07:55
Hi Alexander, Let me know if you are having trouble reproducing it, I might be able to point you to two inCloud instances with different orders. Need to check it myself first though - not sure whet...
Community
Workflow: Questions & Answers
Using YouTrack's own REST API from within a Workflow
0 votes
Yury V. Zaytsev
commented,
February 22, 2021 13:54
Hi there, Unfortunately, JT-62041 is somehow not completely gone. We are doing something like this: exports.rule = entities.Issue.onChange({ guard: ctx => ctx.issue.links[ctx.Duplicate.outward].a...
Community
Workflow: Questions & Answers
Using YouTrack's own REST API from within a Workflow
0 votes
Yury V. Zaytsev
commented,
February 20, 2021 09:12
As I learned in the neighbouring thread, you can also use ringId instead of id, with the advantage that ringId is now available in the workflows, meaning you don't have to make an extra API call to...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
Is there a way to create an issue as another user?
1 vote
Yury V. Zaytsev
commented,
February 11, 2021 17:51
Awesome, thanks for fixing this - we'll test it once the new version is rolled out - for now we are developing our workflows in IDEA.
Community
Workflow: Questions & Answers
Using ES6 features in workflow (in particular const and let)
0 votes
Yury V. Zaytsev
commented,
February 10, 2021 16:53
We are actively using ES6 in our workflows - it's only the built-in editor that is somehow not up to date and highlights everything as errors - very confusing.
Community
Workflow: Questions & Answers
Using ES6 features in workflow (in particular const and let)
0 votes
Yury V. Zaytsev
commented,
February 10, 2021 15:47
Hi Alexander, Thanks for the clarification! We can indeed see ringId, however it's not the internal YouTrack user ID, which the REST endpoints are expecting as "id" (looks like "123-456"), but rath...
Community
Workflow: Questions & Answers
Using YouTrack's own REST API from within a Workflow
0 votes