Kujaki
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Uninstall youtrack
How to uninstall youtrack from Ubuntu 16 I mean all traces, services etc. It was installed with script inside zip, I'm shocked that there is no uninstall instruction -
Created Due Date usage to indicate "hot" issues
Hello, Have you got example of script or maybe there is already such functionality. I want to put automatically issues which are close to "Due Date" expire or already expired at the top + change it... -
Created Logic error in tip due date documentation.
https://blog.jetbrains.com/youtrack/2017/09/5-tips-for-tracking-issues-in-youtrack/ TIP no.4 Due Date in advance (2 days before) return ctx.issue.fields.DueDate < Date.now() – 2 * 24 * 60 * 60 * 10...