Hello together,
I would like to know if it is possible to log time through the jira.permission commands?
There should be a button "Book 15m" when users are in the status "Implementation". When clicked on this button, a mask should appear where the user can choose the person for which the time should be booked for.
Is this possible? I am aware, that this is possible when making a new Status and a transition to there and back, but that should be avoided.
Thanks and best Regards
Hello,
You would need a plugin for it like ScriptRunner or Power Scripts. You could create a transition with a screen on which would be a user picker and a number field for logged time. Then you would add a post function, which would take the value from the user picker and the number field and create a worklog.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.