I need create custom report, how I can do it ?
I need create custom report "top performers", based on some formula(s). How I can do it ?
formula like: {TIME ESTIMATED} / {TIME SPENT} * {priority} group by {user}
Thanks
Please sign in to leave a comment.
Hi!
YouTrack reports don't support math expressions, but I believe you can get required data using REST API https://confluence.jetbrains.com/display/YTD6/YouTrack+REST+API+Reference and manage it accordingly.
Alternatively, it's possible to create a workflow which will set resulting value to a special custom field. Then, you'll be able to create a report by target custom field.
BTW, what does Priority mean in your example? What's the number equivalence?
Hey, thank you for the answer ! I'll try to do it via custom field.