Fool Running
- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 13
-
Created Setting a build field from TeamCity integration
Note this is using YouTrack 2019.3 Build 62973 and TeamCity Enterprise 2019.1.4 Build 66526. What I am trying to do is have YouTrack/TeamCity integration parse issues mentioned in VCS commits (GitH... -
Edited Can't add Bitbucket commits most of the time
We're having problems on our YouTrack instance (InCloud 2019.1 Build 51932). Most attempts to retrieve Bitbucket commits fail with a "The server is overloaded or down for maintenance. Please try ag... -
Edited Saved filters broken by recent update to 2018.2
Over the weekend, our YouTrack InCloud instance updated to 2018.2 Build 42133. We came in this morning and several of our filters were broken. From testing, it looks like the queries have gotten si... -
Edited Permission to change project of an issue
I'm having a problem with our YT instance (InCloud 2017.4 build 39406) when a user moves an issue to another project. For example, we have Project A and Project B. The user is a Developer in Proje... -
Edited Bulk editing of issues using workflows
We just imported a bunch of issues (about 30,000) from a previous tracking system into YouTrack. There are several problems with the imported issues that I want to clean up. To make it easier, I've... -
Created Returning boolean from function doesn't seem to work
I'm having trouble getting some code in my workflow to run as I would expect: var addedComments = issue.comments.added;var lastVisibleComment;issue.comments.forEach(function(comment) { if (!addedC... -
Created Determining valid values for a custom field
AnsweredIs there a way, in a custom workflow, to determine if a value for a field exists? For example, something like: var reportedVersion = {someWayToGetVersionProgrammatically};var field = ctx.issue.pro... -
Created Error in help-desk workflow when adding comment via another workflow
I'm getting an error when adding a comment via a workflow. I'm not sure how to fix it: Workflow @jetbrains/youtrack-workflow-notify-multiple-unregistered-users reports error: Parameter specified as... -
Edited Customizing an issue's window title
We have a problem in that a lot of our issue summaries start the same (e.g. "Problem with ..."). This makes it really difficult to differentiate the issues that are open in tabs in the browser sinc... -
Edited Creating a query on current sprint
It looks like the ability to create queries on the current sprint (instead of specifying the sprint name) was implemented in YouTrack 2017.2. However, I can't get this feature to work and can find ...