Skip to end of banner
Go to start of banner

How to get the Account field details using CLI

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This article explains how to get the Account field(Tempo) using the Tempo Command Line Interface.

Instructions

  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 Attributes refer to the following 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.
  2. Perform the following CLI command to getWorkLogList for a specific issue:

    -a getWorklogList --issue RM-5

    In the above command is the RM-5 is the issue for which the list of worklogs will be pulled.

Use shell script parameter as tempo instead of Jira to indicate the client's name.

  • No labels