Versions Compared

Key

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

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

JMoveIssueParams

FieldJMoveIssueParams

Yes

Description

issueToBeMoved

string

No

The issue to be moved represented by the issue key.

targetProject

string

No

The project key of the target project where the issue will be moved.

targetIssueTypeId

string

No

The issue type available in the target project represented by its id.

targetSubtaskIssueTypeId

string

No

The sub-task issue type (as there can be different issue types for sub-tasks) represented by its id.

targetSubtaskStatusId

string

No

The sub-task status available in the target workflow.

Predefined structure that takes information like issueToBeMoved, targetProject, targetIssueTypeId, targetIssueStatusId, targetSubtaskIssueTypeId. At a minimu, issueToBeMoved and targetProject need to be provided.

Return Type

String

After the issue has been moved the new issue key is returned.

...

Info

When dealing with obvious mismatches between projects is recommended to specify the correct issue types, statuses available in the project that the issue is going to be moved. In case of something is not mapped correctly in the process, the routine will return an empty string ("") and a relevant log message will be added.

This routine can be used as a post function, however, occasionally this can run into some difficulty since it is still processing as part of the workflow operation while simultaneously the issue is getting moved to a different workflow. As a very simple minded person (me, the author of this sentence) once described the scenario “It’s hard to move a box while you are still sitting in it.” Switching the script to a listener can resolve those issues.

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "issue_routine" and space = currentSpace ( )
labelsarray_routines