JQL for canHaveTimeLogged? (Tempo)

Martin Cleaver
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.
March 30, 2017

I want a JQL statement that returns all Issues that could have time logged against them by me. I do have Tempo.

Thanks, M.

1 answer

0 votes
Abhishek Sharma March 31, 2017

Try this:

project = <your project name> AND team = <your team name> AND worklogAuthor in (<your user name>);

 

PS: Just rep this response if this helps you. This board asks to have rep points to keep answering or responding !!

-Abhishek

RAYMOND J_ ZIENTARA October 10, 2018

Hi.

As Tempo is in the title, I don't think this works.  Tempo enters addon_is.origo.jira.tempo-plugin for the author instead of the actual author.  This is not desired.

Suggest an answer

Log in or Sign up to answer