Versions Compared

Key

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

...

Info
titleRequired apps

Power Scripts 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;

...