Versions Compared

Key

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

...

  1. To fetch the data of the Account field (by Tempo) using CLI, the value should be added as a work log attribute.
    To add the Account field in the work log attributes, refer to this article: 
    https://tempo-io.atlassian.net/wiki/spaces/THC/pages/295798109/
    Configuring + Work + Attributes + - +Tempo+Server#:~:text=Work%20attributes%20are%20fields%20that,are%20configured%20in%20Tempo%20settings.Tempo Server
  2. Perform the below CLI command to getWorkLogList for a specific issue:

    Code Block
    themeMidnight
    -a getWorklogList --issue RM-5

    In the above command, RM-5 is the issue for which the list of work logs are pulled.

...