Reset a field
Table of Contents |
---|
Info | ||
---|---|---|
| ||
You will need the following JIRA plugins: Level: BASIC |
Problem
We want to reset a field; for example components.
Solution
Code Block | ||
---|---|---|
| ||
string[] emptyComponents = {""}; components=emptyComponents; |
...
Reset a field
Table of Contents |
---|
Info | ||
---|---|---|
| ||
You will need the following JIRA plugins: Level: BASIC |
We want to reset a field; for example components.
Code Block | ||
---|---|---|
| ||
string[] emptyComponents = {""}; components=emptyComponents; |
...