Dynamic content tags

since version 1.0.3

You would like to use dynamic content in several workflow functions. For example you would like to add a Comment using WMB Add comment postfunction and add there several custom field values of that given issue.

Workflow Magic Box supports the following tags that will be evaluated dinamically (i.e.: they will read the info in the moment the function is being triggered).

 

Tag

Value

Example

Tag

Value

Example

{issueKey}

Issue key

TEST-1

{assignee}

Assignee username

admin

{assigneeName}

Assignee display name

Bo Diddley

{reporter}

Reporter username

alicesmith

{reporterName}

Reporter display name

Alice Smith

{status}

Issue status name

In progress

{lastComment}

Last comment

This is a comment!

{projectName}

Project name

Project Test

{projectKey}

Project key

TEST

{summary}

Issue summary

This a test issue

{description}

Issue description

This is the description

{created}

Issue creation date

 

{updated}

Issue update date

 

{dueDate}

Issue due date

 

{resolved}

Issue resolution date

 

{resolution}

Issue resolution

Done

{lastCommentAuthor}

Last comment author’s username

miguelperez

{lastCommentAuthorName}

Last comment author’s display name

Miguel Perez

{fixForVersions}

Fix for version

1.0.1

{components}

Components (comma separated)

marketplace-apps, external-customers

{timeSpent}

Time spent

 

{originalEstimate}

Issue original estimate

 

{estimate}

Issue remaining estimate

 

{issueType}

Issue type name

Task

{currentUser}

Current user username

admin

{currentUserName}

Current user display name

Bo Diddley

{currentDate}

Current date

 

{currentDateTime}

Current date time

 

{customfield_10100}

note: Use {customfield_xxxxx} changing xxxxx for the actual custom field id

Custom field 10100 value

This is an option in a select list

Example

Add a comment postfunction with the this info:

will create this comment: