Versions Compared

Key

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

Reset a field

 

Table of Contents

 

 

Info
titleRequired plugins
You will need the following JIRA plugins:
  1. Power Scripts for JIRA (former JJUPIN)

Level: BASIC

Problem

We want to reset a field; for example components.

Solution

 

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

...