Home
YouTrack Support | JetBrains
Contact Support
Community
Sign in
Oleg Larshin
Total activity
256
Last activity
December 15, 2020 07:00
Member since
October 18, 2018 14:54
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
102
Activity overview
Articles (0)
Posts (1)
Comments (152)
Sort by recent activity
Recent activity
Votes
Created
September 30, 2020 12:25
In general, if you do not specify the user in the search method, all the issues are should be visible for search independently of the visibility settings. Alternatively, you can use the System Admi...
Community
Workflow: Questions & Answers
Using saved search in the workflow search function
0 votes
Created
September 25, 2020 05:37
Official comment
Hello, The result may be different because the workflow search works on behalf of the system user. Would you please try to specify your required user as the third parameter of the search method and...
Community
Workflow: Questions & Answers
Using saved search in the workflow search function
0 votes
Created
September 08, 2020 07:43
Official comment
Добрый день! Вы можете использовать свойство isUsingMarkdown для этого. Например: var comment = ctx.issue.addComment(text, author);comment.isUsingMarkdown = true; Надеюсь, эта информация будет пол...
Community
Workflow: Questions & Answers
Как сделать добавление комментария в Markdown?
0 votes
Created
August 14, 2020 07:29
You are always welcome! Should you have any further questions, feel free to contact us at any time. Have a great day!
Community
Workflow: Questions & Answers
Propagate values between issues
0 votes
Created
August 14, 2020 06:53
It should be something like: issue.fields.Entorno.forEach(function(value){ subtask.fields[ctx.Entorno.name].add(value);});
Community
Workflow: Questions & Answers
Propagate values between issues
0 votes
Created
August 14, 2020 06:23
Official comment
Hello! I suggest you use recommendations from the How to filter custom field values based on the selection of another field thread for this task. Should you have any further questions, feel free t...
Community
General Questions
Filter enum field based on value from other enum field
0 votes
Created
August 13, 2020 09:51
Hello, When a custom field is multiple, it contains a set of values. So, to copy values to another field, it is necessary to iterate through values using the forEach method and add them with the a...
Community
Workflow: Questions & Answers
Propagate values between issues
0 votes
Created
August 12, 2020 09:59
Thanks! Now I see the issue. You are right, only enumerable field types contain a set of values. For other types (like date, int, string, etc.) there is no such a set. As a possible solution, I sug...
Community
Workflow: Questions & Answers
Propagate values between issues
0 votes
Created
August 12, 2020 08:39
Would you please provide me with the error shown in the workflow editor console?
Community
Workflow: Questions & Answers
Propagate values between issues
0 votes
Created
August 11, 2020 09:22
Official comment
Hello, The issue is that those attributes that you declare in requirements (like Sistema) gets represented as issue.fields[key] only for the issue accessible via ctx.issue. So to access the field i...
Community
Workflow: Questions & Answers
Propagate values between issues
0 votes
«
First
‹
Previous
Next
›
Last
»