Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Examples

Example 1

Code Block
languagejs
getTimeSpent("PRJ-32", "jira-users");

Returns: The sum of the worklogs of all the members of "jira-users" on issue PRJ-32: 4d 5h.

Example 2

Code Block
languagejs
getTimeSpent("PRJ-32", "testuser");

...