Versions Compared

Key

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

...

Info
titleAvailability

This feature is available for Jira server and cloud deployment options.

You will need the following JIRA plugins:
JJUPIN
Info
titleRequired plugins
apps

Power Scripts™ for Jira

Level: BASIC

Problem

We want to reset a field; , for example components.

Solution

...

Code Block
titlereset_comps.sil
string[] emptyComponents = {""}; 
components=emptyComponents;

See also