Internal
Create a new instance of the service.
Updates the value of a custom field added by Connect apps on one or more issues. The values of up to 200 custom fields can be updated.
Permissions required: Only Connect apps can make this request
The ID of the transfer.
Returned if the request is successful.
Updates the values of multiple entity properties for an object, up to 50 updates per request. This operation is for use by Connect apps during app migration.
The app migration transfer ID.
The type indicating the object that contains the entity properties.
Returns configurations for workflow transition rules migrated from server to cloud and owned by the calling Connect app.
The app migration transfer ID.
Returned if the request is successful.
example:
{
"workflowEntityId": "a498d711-685d-428d-8c3e-bc03bb450ea7",
"invalidRules": [
"55d44f1d-c859-42e5-9c27-2c5ec3f340b1"
],
"validRules": [
{
"workflowId": {
"name": "Workflow name",
"draft": true
},
"postFunctions": [
{
"id": "123",
"key": "WorkflowKey",
"configuration": {
"value": "WorkflowValidator"
},
"transition": {
"name": "transition",
"id": 123
}
}
],
"conditions": [
{
"id": "123",
"key": "WorkflowKey",
"configuration": {
"value": "WorkflowValidator"
},
"transition": {
"name": "transition",
"id": 123
}
}
],
"validators": [
{
"id": "123",
"key": "WorkflowKey",
"configuration": {
"value": "WorkflowValidator"
},
"transition": {
"name": "transition",
"id": 123
}
}
]
}
]
}
Protected
Static
initialize
This resource supports app migrations. Use it to:
See
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-migration