You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Is is possible to only allow users of WorkLog Pro to log log work in 15m increments? .25h or 15m being the lowest and 10h being the highest with steps every .25h.
1.5h being a proper entry but 1.52 being rejected or warned on.
this was answered in a comment here
https://community.atlassian.com/t5/Jira-Core-questions/Time-Tracking-Min-worklog-time/qaq-p/1010889
I want to add more details to Jason's answer,
You can write a worklog verification script using scripting feature of WorklogPRO, and you can do any kind of verification easily.
The other part of your question is due to time tracking settings of your Jira instance (not WorklogPRO). If you set your "default unit" to "minutes" Jira will reject 1.52h but will accept 1.5h as worklog entry. Because it doesn't round to a whole minute. Since WorklogPRO delegates storage of worklog to Jira itself, the same worklog will be reject by WorklogPRO too. Either you need to use numbers that converts to whole minutes, or you can set "default unit" to "hour".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.