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 plugins:
  1. 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