This function has been renamed with the JWT 3.0 release. 

Find the new documentation at:

Set or create JWT project property









Purpose

This post-function is used for updating and optionally creating a Project Properties in case it doesn't exist in a project.



Example: Setting / Creating a project property called "LastIssueClosingDateTime" with current date-time

We will show how to update a Project Properties with called "LastIssueClosingDateTime", in order to store the last date-time that an issue was closed in the project.

We use Set or create a project property for updating (or creating if it doesn't exist) a project property called "LastIssueClosingDateTime" with the value of current date and time:


Note that:

  • %{00057} is field code for "Current date and time"


Once configured, transition "Close Issue" will look like this:



Usage Example