Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Log time through jira.permission or any other way

Yousaf
Contributor
July 4, 2018

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

1 answer

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 4, 2018

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.

Suggest an answer

Log in or Sign up to answer