Status
Tech review

Style guide




Short description

Returns a  representing the sum of all the time logged in issues in milliseconds.

Output




The function returns a  representing the sum of all the time logged in issues in milliseconds.


timeLogged(issue list issues) #Output : Number



Parser expressionDescription


timeLogged(subtasks())


The function returns a representing the sum of time logged in the current issue's sub-tasks in milliseconds.



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.



The function returns a




the function returns a representing the sum of all the time logged in issues in time interval defined by timestamps datetime_ini and datetime_end and If one or both timestamps are null, then it is assumed that the time period has not low or high time limit respectively.

Logged time is returned in milliseconds.


timeLogged(issue list issues, number datetime_ini, number datetime_end) #Output: Number



Parser expressionDescription


timeLogged(issuesUnderEpic(), datePart({00057}, LOCAL), addDays(datePart({00057}, LOCAL), 1, LOCAL))


The function returns a representing the sum of time logged today in issues under current issue's Epic. Note that {00057} is field code for Current date and time.



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.
<parameter>

Parameter description.
<parameter>

Parameter description.



The function returns a




The function Returns the  of all the time logged in issues by a user with the username user.

Logged time is returned in milliseconds.


Argument user can contain a single user name (not be confused with user's full name), or a comma separated list of usernames, group names or project role names.


timeLogged(issue list issues, string user) #Output: Number



Parser expressionDescription


timeLogged(linkedIssues(), %{00003})


The function returns a  representing the sum of time logged by the assignee on linked issues.

%{00003}is field code for Assignee.



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.
<parameter>

Parameter description.



The function returns a




The function returns a  the sum of all the time logged in issues by a user in a time interval defined by timestamps datetime_ini and datetime_end. If one or both timestamps are null, then it's assumed that the time interval hasn't low or high time limit respectively.

Logged time is returned in milliseconds.


Argument user can contain a single username (not be confused with user's full name), or a comma separated list of usernames, group names or project role names.


timeLogged(issue list issues, number datetime_ini, number datetime_end, string user) #Output: Number



Parser expressionDescription


timeLogged(subtasks(), 2018/01/01, 2019/01/01, %{00003})


The function returns a representing the sum of time logged by the assignee on subtasks during 2018.

 %{00003} is field code for Assignee.



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.
<parameter>

Parameter description.
<parameter>

Parameter description.
<parameter>

Parameter description.