...
A confirmation message is displayed in Slack that the worklog is submitted.
...
Using Slash Commands
Following are Log time using the following commands that you can use to log the . You can add a single worklog at a time. The slash commands work only when they are sent to the Tempo for Slack App.
...
Command | Description |
---|---|
/tempo wl or /tempo worklog | Brings Opens the Log Time Dialog. |
/tempo wl -h or --help | Displays the help options available. |
/tempo worklog -i or --issue | Issue key number. Example: LEX-2415 |
/tempo worklog -l or --duration | Total time logged for issue in hours. Example: 3 |
/tempo worklog -d or --startDay | Adds relative day. Example: -1 to get yesterday's date, 0 to get today's date. |
/tempo worklog -t or --startTime | Start time in hh: mm format. Example: 10:00 |
/tempo worklog -c or --description | Description of the work. This may be an optional field based on your organization's configuration. |
...