Versions Compared

Key

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

...

If the project key and issue type are not specified, the option will be deleted from the global context.
This routine only handles custom fields of the following types: single select, multi select, radio buttons and checkboxes (otherwise throws an exception).

Note

This routine does not delete the context, it only deletes the specified option.


Parameters:

Parameter name

Type

Required

Description

option

string

Yes

The option to be deleted

fieldNamestringYesThe name of the custom field
projectKeystringNoThe project key
issueTypestringNoThe issue type

...