Versions Compared

Key

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

...

Info

...

title

Table of Contents

 

...

Availability

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

You will need the following Jira :
Info
titleRequired apps
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;

See also