Class IssueTransition.IssueTransitionBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueTransition.IssueTransitionBuilder
- Enclosing class:
- IssueTransition
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Expand options that include additional transition details in the response.fields
(Map<String, FieldMetadata> fields) Details of the fields associated with the issue transition screen.Whether there is a screen associated with the issue transition.The ID of the issue transition.isAvailable
(Boolean isAvailable) Whether the transition is available to be performed.isConditional
(Boolean isConditional) Whether the issue has to meet criteria before the issue transition is applied.Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.Whether this is the initial issue transition for the workflow.The name of the issue transition.to
(IssueTransitionTo to) toString()
-
Method Details
-
expand
Expand options that include additional transition details in the response.- Returns:
this
.
-
fields
Details of the fields associated with the issue transition screen. Use this information to populatefields
andupdate
in a transition request.- Returns:
this
.
-
hasScreen
Whether there is a screen associated with the issue transition.- Returns:
this
.
-
id
The ID of the issue transition. Required when specifying a transition to undertake.- Returns:
this
.
-
isAvailable
Whether the transition is available to be performed.- Returns:
this
.
-
isConditional
Whether the issue has to meet criteria before the issue transition is applied.- Returns:
this
.
-
isGlobal
Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.- Returns:
this
.
-
isInitial
Whether this is the initial issue transition for the workflow.- Returns:
this
.
-
looped
- Returns:
this
.
-
name
The name of the issue transition.- Returns:
this
.
-
to
- Returns:
this
.
-
build
-
toString
-