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
May 13, 2020 06:57
Hello! As a possible solution, you can create a separate array with the required projects and get the project with the findByName or findByKey method. As for the time variable, since search is a st...
Community
Workflow: Questions & Answers
Custom search for issues by time for the workflow script
0 votes
Created
April 24, 2020 09:45
Official comment
Hello, Please refer to the Get Value for an Issue Custom Field article that illustrates how to get the issue's custom field values. I hope it will be helpful. Should you have any further questions,...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
how to get the State of an Issue using the API ?
0 votes
Created
April 24, 2020 09:40
Official comment
Hello, You can store your workflows on your machine and put it on version control and write it in any IDE that supports JavaScript. Please refer to the Using an External Code Editor article for mor...
Community
Workflow: Questions & Answers
Workflow code versioning
0 votes
Created
April 13, 2020 12:05
Thank you for the clarification. The main idea from the suggested example is how to use the anchor issue. It is not necessary to limit issues count. Instead, you can iterate through the issue using...
Community
Workflow: Questions & Answers
Custom search for issues by time for the workflow script
0 votes
Created
April 13, 2020 08:04
Hello, Use the ctx.issue.url property instead of issue.fields[ctx.issue.url]: ' <a href="' +ctx.issue.url + '">' + ctx.issue.summary +'</a><br>'; I hope this helps.
Community
Workflow: Questions & Answers
Custom search for issues by time for the workflow script
0 votes
Edited
April 13, 2020 08:01
Official comment
Hello, Since the permittedGroups property is represented as a Set of UserGroups, you cannot pass a group name as a parameter for the add method. Instead, pass a group that can be obtained with the ...
Community
Workflow: Questions & Answers
Can't pass a variable to permittedGroups.add function.
0 votes
Created
April 09, 2020 13:34
Thank you for the clarification. I am afraid, it is only possible if you change these fields type to text. All other fields cannot be shown in that area.
Community
General Questions
Move custom fields to where the default fields are
0 votes
Created
April 09, 2020 11:05
Official comment
Hello, These fields are shown below description because they have the text type. If you need to show them in the custom field section, chance the type to string. I hope it will be helpful. Should ...
Community
General Questions
Move custom fields to where the default fields are
0 votes
Created
April 07, 2020 15:08
Official comment
Hello, If you need to specify a time, the format should be the following: yyyy-MM-ddThh:mm:ss. For example: created: 2020-04-07T17:00 .. 2020-04-07T18:00 As for the notification digest, I suggest ...
Community
Workflow: Questions & Answers
Custom search for issues by time for the workflow script
0 votes
Created
March 27, 2020 14:14
Official comment
Hello, It is possible to mute notifications only with the onSchedule rule with the muteUpdateNotifications property. Oher rules do not provide such a capability. Should you have any further questio...
Community
Workflow: Questions & Answers
Workflow changes WITHOUT notificaiton
0 votes
«
First
‹
Previous
Next
›
Last
»