Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
sync-jira
/
gropius.sync.jira
/
StatusDetails
StatusDetails
@
Serializable
data
class
StatusDetails
(
val
id
:
String
,
val
name
:
String
)
Details of the issue status after the transition.
Parameters
id
the id of the status
name
the name of the status
Members
Constructors
Status
Details
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String