Update issues in Slack

Commands

use prebuilt commands to update, find and list jira issues in slack /t find command search issues by typing this command in any dm or slack channel /t find key (or) keyphrase /t list command see the issue listing in any channel by typing /t list or in the home tab of the "troopr assistant" app by default, you see the issues assigned to you you can apply any of the available filters you can update any issue by clicking on the "take action" button you can also filter the issue list by using any custom jql /t update command update jira issues in slack using this command /t update +\[fieldname] \[fieldvalue] update command takes field values in the format shown above example /t update st 10 +summary\ test summary +description\ test description +assignee @nick +priority\ lowest +labels\ test +start date 6/30/2021 +story point estimate 1000 +epic link\ st 245 +components\ comp 321 +fix versions\ test +due date 7/30/2021 +original estimate 4w +remaining estimate 2d +sprint 47 all standard fields except attachment, status and comment are supported in this format any custom field of the following data types is supported date, labels, number field, text field, user picker, url field fields with split word names are also supported as shown in the example note that for sprint value only sprint id is supported and not sprint name also please note that the field names are case sensitive, it has to match with the field name in jira for status update use following command /t status \[key] \[statusvalue] example /t status tp 100 done for adding comment to issue /t comment \[key] \[comment] example /t comment tp 100 made progress on this for logging time to issue /t log \[time] \[key] example /t log 1h tp 100 for linking an issue to another /t link \[inwardissuekey] \[linktype] \[outwardissuekey] example /t link tp 100 is blocked by st 1 custom commands workspace administrators can create and customize custom commands for their team read more https //docs troopr ai/user commands