Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Text fields with operators =  or != will match with any string of text.
  • Text fields with operators >=, >, <, and <= will match with any number.
  • Number fields will match with other numbers.
  • Date fields will match with other date fields.
  • Date time fields will match with other date time fields.
  • Estimate fields (original, remaining estimate) will match with duration formatted strings like 1w 2d 3h 4m 5s. If no unit is given, minutes are assumed.
  • User fields can be matched against the user name or the account ID.
  • Sprints, select options, components, versions, issue types, priorities, resolutions, security levels, and statuses are matched against their name or ID.
  • Projects are matched against their name, key, or ID.

Example

Image Added

Image Added


An update field post function is added to the create transition. A new comment should be created when the number of story points is exceeded, telling the user to break up the story.

...