Get comment
- Updated: 2026/05/11
The Get comment action retrieves details of a comment in any Asana workspace using the story GID. The action retrieves the default comment fields and stores the response data in variables for use in downstream actions.
Overview
The action retrieves the following comment information: GID, comment text, creation time, created user, edit status, pin status, comment type, resource subtype, and target. You can specify the story GID directly in the appropriate text box or create and select string variable for the story GID as the input fields support string variables.
Settings
The following settings are available in the Get comment action:
- Session
- Specifies the Asana session that the Connect
action creates. Choose one of the following options as per the
Connect action settings:
- Session name: Select the string variable that stores the session name or enter the session name manually in the text box.
- Variable: Select the Asana session variable that holds the session name.
- Story GID
- Specifies the GID of the Asana comment to retrieve.
- Assign response to variable
- Specifies the output variable to store the response data that contains the comment details.
By default, the response data contains the fields:
storyGid- The GID of the comment.text- The updated body text of the comment.is_pinned- The pin status of the comment.
Choose one of the following options to store the response data:
- Multiple variables: Create and specify
individual variables to store specific response data.
Use the Add variable mapping option to specify the key and corresponding variable type to store the specific response data.
- Dictionary: Create and specify a single dictionary variable to store the entire response data.