Sample Payload
Below there are two sample payloads passed to worklog scripts. You can paste one of these JSONs to JSONata Exerciser page and test your expressions there.
There are 3 main fields:
issue: Details of the issue including all fields.
worklog: Details of the new worklog including attributes and accounts.
allWorklog: An array of all previous worklogs. This field is not available in the first worklog but exist in the second worklog. This field is only available if any of the scripts marks this field required as explain in docs.
{
"issue":{
"id":"10534",
"key":"MO-5",
"fields":{
"statuscategorychangedate":"2023-02-16T12:45:42.642+0200",
"parent":{
"id":"10532",
"key":"MO-3",
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/issue/10532",
"fields":{
"summary":"test epic",
"status":{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/status/10101",
"description":"",
"iconUrl":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/",
"name":"Backlog",
"id":"10101",
"statusCategory":{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/statuscategory/2",
"id":2,
"key":"new",
"colorName":"blue-gray",
"name":"To Do"
}
},
"priority":{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/priority/4",
"iconUrl":"https://cloud1.atlassian.net/images/icons/priorities/low.svg",
"name":"Low",
"id":"4"
},
"issuetype":{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/issuetype/10000",
"id":"10000",
"description":"A big user story that needs to be broken down. Created by JIRA Software - do not edit or delete.",
"iconUrl":"https://cloud1.atlassian.net/images/icons/issuetypes/epic.svg",
"name":"Epic",
"subtask":false,
"hierarchyLevel":1
}
}
},
"fixVersions":[
{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/version/10240",
"id":"10240",
"description":"",
"name":"1.0.0",
"archived":false,
"released":false
}
],
"resolution":null,
"customfield_10630":null,
"customfield_10631":null,
"customfield_10621":null,
"customfield_10622":null,
"customfield_10623":null,
"customfield_10624":null,
"customfield_10625":null,
"customfield_10626":null,
"customfield_10627":null,
"customfield_10628":null,
"customfield_10629":null,
"lastViewed":"2023-06-01T08:23:58.546+0300",
"customfield_10100":{
"hasEpicLinkFieldDependency":false,
"showField":false,
"nonEditableReason":{
"reason":"PLUGIN_LICENSE_ERROR",
"message":"The Parent Link is only available to Jira Premium users."
}
},
"priority":{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/priority/4",
"iconUrl":"https://cloud1.atlassian.net/images/icons/priorities/low.svg",
"name":"Low",
"id":"4"
},
"labels":[
"Label1", "Label2"
],
"customfield_10620":null,
"customfield_10610":null,
"customfield_10611":null,
"customfield_10612":null,
"customfield_10613":null,
"customfield_10614":null,
"aggregatetimeoriginalestimate":null,
"timeestimate":0,
"versions":[
],
"customfield_10616":null,
"customfield_10617":null,
"customfield_10618":null,
"customfield_10619":null,
"issuelinks":[
],
"assignee":{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/user?accountId=552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a",
"accountId":"552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a",
"emailAddress":"denizoguz@example.com",
"avatarUrls":{
"48x48":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/48",
"24x24":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/24",
"16x16":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/16",
"32x32":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/32"
},
"displayName":"Deniz Oğuz",
"active":true,
"timeZone":"Europe/Istanbul",
"accountType":"atlassian"
},
"status":{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/status/10101",
"description":"",
"iconUrl":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/",
"name":"Backlog",
"id":"10101",
"statusCategory":{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/statuscategory/2",
"id":2,
"key":"new",
"colorName":"blue-gray",
"name":"To Do"
}
},
"components":[
{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/component/10161",
"id":"10161",
"name":"Another Component"
}
],
"customfield_10600":null,
"customfield_10601":null,
"customfield_10602":null,
"aggregatetimeestimate":0,
"customfield_10603":null,
"customfield_10604":null,
"customfield_10605":null,
"customfield_10606":null,
"customfield_10607":null,
"customfield_10608":null,
"customfield_10609":null,
"creator":{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/user?accountId=552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a",
"accountId":"552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a",
"emailAddress":"denizoguz@example.com",
"avatarUrls":{
"48x48":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/48",
"24x24":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/24",
"16x16":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/16",
"32x32":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/32"
},
"displayName":"Deniz Oğuz",
"active":true,
"timeZone":"Europe/Istanbul",
"accountType":"atlassian"
},
"subtasks":[
{
"id": "10557",
"key": "MO-6",
"self": "https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/issue/10557",
"fields": {
"summary": "Subtask",
"status": {
"self": "https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/status/10101",
"description": "",
"iconUrl": "https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/",
"name": "Backlog",
"id": "10101",
"statusCategory": {
"self": "https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/statuscategory/2",
"id": 2,
"key": "new",
"colorName": "blue-gray",
"name": "To Do"
}
},
"priority": {
"self": "https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/priority/3",
"iconUrl": "https://cloud1.atlassian.net/images/icons/priorities/medium.svg",
"name": "Medium",
"id": "3"
},
"issuetype": {
"self": "https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/issuetype/10003",
"id": "10003",
"description": "The sub-task of the issue",
"iconUrl": "https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/2/universal_avatar/view/type/issuetype/avatar/10316?size=medium",
"name": "Sub-task",
"subtask": true,
"avatarId": 10316,
"hierarchyLevel": -1
}
}
}
],
"reporter":{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/user?accountId=552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a",
"accountId":"552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a",
"emailAddress":"denizoguz@example.com",
"avatarUrls":{
"48x48":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/48",
"24x24":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/24",
"16x16":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/16",
"32x32":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/32"
},
"displayName":"Deniz Oğuz",
"active":true,
"timeZone":"Europe/Istanbul",
"accountType":"atlassian"
},
"aggregateprogress":{
"progress":18000,
"total":18000,
"percent":100
},
"progress":{
"progress":18000,
"total":18000,
"percent":100
},
"votes":{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/issue/MO-5/votes",
"votes":0,
"hasVoted":false
},
"issuetype":{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/issuetype/10002",
"id":"10002",
"description":"A task that needs to be done.",
"iconUrl":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium",
"name":"Task",
"subtask":false,
"avatarId":10318,
"hierarchyLevel":0
},
"timespent":18000,
"project":{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/project/10103",
"id":"10103",
"key":"MO",
"name":"Moon Operations",
"projectTypeKey":"software",
"simplified":false,
"avatarUrls":{
"48x48":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/universal_avatar/view/type/project/avatar/10660",
"24x24":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/universal_avatar/view/type/project/avatar/10660?size=small",
"16x16":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/universal_avatar/view/type/project/avatar/10660?size=xsmall",
"32x32":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/universal_avatar/view/type/project/avatar/10660?size=medium"
},
"projectCategory":{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/projectCategory/10000",
"id":"10000",
"description":"Internal projects desc",
"name":"Internal"
}
},
"customfield_10670":null,
"aggregatetimespent":18000,
"customfield_10672":null,
"customfield_10673":null,
"customfield_10674":null,
"customfield_10675":null,
"customfield_10667":null,
"resolutiondate":null,
"workratio":-1,
"watches":{
"self":"https://api.atlassian.com/ex/jira/69c1ff20-b639-436d-9445-316a2b582094/rest/api/3/issue/MO-5/watchers",
"watchCount":1,
"isWatching":true
},
"created":"2023-02-16T12:45:41.879+0200",
"customfield_10020":"0|i001jz:",
"customfield_10021":null,
"customfield_10022":"MO-3",
"customfield_10662":null,
"customfield_10663":null,
"customfield_10300":null,
"customfield_10654":null,
"customfield_10655":null,
"customfield_10656":null,
"customfield_10657":null,
"customfield_10659":null,
"updated":"2023-02-16T12:47:27.185+0200",
"timeoriginalestimate":null,
"description":null,
"customfield_10650":null,
"customfield_10651":null,
"timetracking":{
"remainingEstimate":"0m",
"timeSpent":"5h",
"remainingEstimateSeconds":0,
"timeSpentSeconds":18000
},
"customfield_10653":null,
"customfield_10005":null,
"customfield_10643":null,
"customfield_10644":null,
"customfield_10006":null,
"security":null,
"customfield_10648":[
],
"customfield_10649":null,
"summary":"Issue 2 in Epic",
"customfield_10000":null,
"customfield_10001":null,
"customfield_10640":null,
"customfield_10002":null,
"customfield_10003":[
],
"customfield_10641":null,
"customfield_10004":null,
"customfield_10642":null,
"customfield_10400":null,
"customfield_10632":null,
"customfield_10633":null,
"environment":null,
"customfield_10634":null,
"customfield_10635":null,
"customfield_10636":"0.0",
"duedate":null,
"customfield_10638":null,
"customfield_10639":null
}
},
"worklog": {
"issueId": "10000",
"id": "",
"adjustEstimate": "auto",
"timeSpent": "2w",
"timeSpentSeconds": 288000,
"started": "2023-06-01T08:25:07.000+0300",
"created": "",
"updated": "",
"author": {
"self": "https://api.atlassian.com/ex/jira/cf83733-a341-3333-3333-316a2b573613/rest/api/3/user?accountId=552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a",
"accountId": "552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a",
"accountType": "atlassian",
"emailAddress": "denizoguz@example.com",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/32"
},
"displayName": "Deniz Oğuz",
"active": true,
"timeZone": "Europe/Istanbul",
"locale": "en_US",
"groups": {
"size": 5,
"items": [
{
"name": "administrators",
"groupId": "3333-3e1c-41fb-b64b-111111"
},
{
"name": "balsamiq-mockups-editors",
"groupId": "432-a8c9-33-b6cc-4343"
},
{
"name": "confluence-users",
"groupId": "343432-33-42c9-a61d-154543"
},
{
"name": "jira-administrators",
"groupId": "32454-44-49ef-ae91-321312345"
},
{
"name": "site-admins",
"groupId": "333-0681-666-a5fe-442321"
}
]
},
"applicationRoles": {
"size": 3,
"items": [
{
"key": "jira-servicedesk",
"name": "Jira Service Desk"
},
{
"key": "jira-software",
"name": "Jira Software"
},
{
"key": "jira-core",
"name": "Jira Core"
}
]
},
"expand": "groups,applicationRoles",
"preferences": {
"showWeekends": true,
"highlightWeekends": true,
"showTimeScale": true,
"dayStart": "08:00",
"dayEnd": "18:00",
"calendarDayCellHeight": "27px",
"yourWorkPreferredView": "CALENDAR",
"printPageSize": "A2",
"showTimesheetToolbar": true,
"frozenColumns": true
}
},
"updateAuthor": {
"self": "https://api.atlassian.com/ex/jira/cf83733-a341-3333-3333-316a2b573613/rest/api/3/user?accountId=552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a",
"accountId": "552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a",
"accountType": "atlassian",
"emailAddress": "denizoguz@example.com",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/552159:53fff3f3-e5dc-1d25-3a12-8123c534b12a/134343432-a28d-3333-3333-3343ab4c/32"
},
"displayName": "Deniz Oğuz",
"active": true,
"timeZone": "Europe/Istanbul",
"locale": "en_US",
"groups": {
"size": 5,
"items": [
{
"name": "administrators",
"groupId": "3333-3e1c-41fb-b64b-111111"
},
{
"name": "balsamiq-mockups-editors",
"groupId": "432-a8c9-33-b6cc-4343"
},
{
"name": "confluence-users",
"groupId": "343432-33-42c9-a61d-154543"
},
{
"name": "jira-administrators",
"groupId": "32454-44-49ef-ae91-321312345"
},
{
"name": "site-admins",
"groupId": "333-0681-666-a5fe-442321"
}
]
},
"applicationRoles": {
"size": 3,
"items": [
{
"key": "jira-servicedesk",
"name": "Jira Service Desk"
},
{
"key": "jira-software",
"name": "Jira Software"
},
{
"key": "jira-core",
"name": "Jira Core"
}
]
},
"expand": "groups,applicationRoles",
"preferences": {
"showWeekends": true,
"highlightWeekends": true,
"showTimeScale": true,
"dayStart": "08:00",
"dayEnd": "18:00",
"calendarDayCellHeight": "27px",
"yourWorkPreferredView": "CALENDAR",
"printPageSize": "A2",
"showTimesheetToolbar": true,
"frozenColumns": true
}
},
"attributes": {
"Work Type": {
"value": "Codding"
},
"Invoice Number": {
"value": 10
},
"Billable": {
"value": true
},
"Billabel Duration": {
"value": 7200
}
}
}
}
{
"issue": {
"expand": "renderedFields,names,schema,operations,editmeta,changelog,versionedRepresentations,customfield_11044.properties,customfield_11045.properties,customfield_11046.properties,customfield_10606.properties,customfield_10607.properties,customfield_10002.requestTypePractice",
"id": "12804",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/issue/12804",
"key": "ATP9-14",
"fields": {
"statuscategorychangedate": "2025-09-15T11:48:01.845+0300",
"customfield_11044": null,
"customfield_11045": null,
"fixVersions": [],
"customfield_11046": null,
"statusCategory": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/statuscategory/2",
"id": 2,
"key": "new",
"colorName": "blue-gray",
"name": "To Do"
},
"resolution": null,
"customfield_10630": null,
"customfield_10631": null,
"customfield_10621": null,
"customfield_10622": null,
"customfield_10743": [
{
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/user?accountId=557058%3A52acfdf3-e2cc-4d01-8c19-7965a544b15b",
"accountId": "523258:5212a3-e2cc-4d021-8c149-3232b15b",
"emailAddress": "denizthejira@jira.com",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/32"
},
"displayName": "Deniz Tester",
"active": true,
"timeZone": "Europe/Istanbul",
"accountType": "atlassian"
}
],
"customfield_10623": null,
"customfield_10625": null,
"customfield_10747": null,
"customfield_10626": null,
"customfield_10627": null,
"customfield_10628": null,
"customfield_10629": null,
"lastViewed": "2025-09-15T14:20:21.201+0300",
"customfield_11671": null,
"priority": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/priority/3",
"iconUrl": "https://cloud2.atlassian.net/images/icons/priorities/medium_new.svg",
"name": "Medium",
"id": "3"
},
"labels": [],
"customfield_10620": null,
"customfield_10610": null,
"customfield_10611": null,
"customfield_10612": null,
"customfield_10613": null,
"timeestimate": 27000,
"customfield_10614": null,
"aggregatetimeoriginalestimate": 36000,
"versions": [],
"customfield_10978": null,
"customfield_10616": null,
"customfield_10617": null,
"customfield_10618": null,
"customfield_10619": null,
"issuelinks": [],
"assignee": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/user?accountId=557058%3A52acfdf3-e2cc-4d01-8c19-7965a544b15b",
"accountId": "523258:5212a3-e2cc-4d021-8c149-3232b15b",
"emailAddress": "denizthejira@jira.com",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/32"
},
"displayName": "Deniz Tester",
"active": true,
"timeZone": "Europe/Istanbul",
"accountType": "atlassian"
},
"status": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/status/10101",
"description": "",
"iconUrl": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/",
"name": "Backlog",
"id": "10101",
"statusCategory": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/statuscategory/2",
"id": 2,
"key": "new",
"colorName": "blue-gray",
"name": "To Do"
}
},
"components": [],
"customfield_11143": "0.0",
"customfield_10600": null,
"customfield_10601": null,
"customfield_10602": null,
"customfield_11539": null,
"customfield_10603": null,
"aggregatetimeestimate": 27000,
"customfield_10604": null,
"customfield_10846": null,
"customfield_10605": null,
"customfield_10606": null,
"customfield_10607": null,
"customfield_10608": null,
"customfield_10609": null,
"creator": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/user?accountId=557058%3A52acfdf3-e2cc-4d01-8c19-7965a544b15b",
"accountId": "523258:5212a3-e2cc-4d021-8c149-3232b15b",
"emailAddress": "denizthejira@jira.com",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/32"
},
"displayName": "Deniz Tester",
"active": true,
"timeZone": "Europe/Istanbul",
"accountType": "atlassian"
},
"subtasks": [],
"reporter": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/user?accountId=557058%3A52acfdf3-e2cc-4d01-8c19-7965a544b15b",
"accountId": "523258:5212a3-e2cc-4d021-8c149-3232b15b",
"emailAddress": "denizthejira@jira.com",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/32"
},
"displayName": "Deniz Tester",
"active": true,
"timeZone": "Europe/Istanbul",
"accountType": "atlassian"
},
"customfield_11011": null,
"aggregateprogress": {
"progress": 9000,
"total": 36000,
"percent": 25
},
"customfield_11374": null,
"customfield_11014": null,
"customfield_11645": null,
"customfield_11644": null,
"customfield_11647": "Deniz Tester",
"customfield_11646": null,
"customfield_10712": null,
"customfield_11648": null,
"customfield_10714": null,
"customfield_10715": null,
"customfield_10717": null,
"progress": {
"progress": 9000,
"total": 36000,
"percent": 25
},
"votes": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/issue/ATP9-14/votes",
"votes": 0,
"hasVoted": false
},
"issuetype": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/issuetype/10001",
"id": "10001",
"description": "Created by Jira Agile - do not edit or delete. Issue type for a user story.",
"iconUrl": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/2/universal_avatar/view/type/issuetype/avatar/10927?size=medium",
"name": "Story",
"subtask": false,
"avatarId": 10927,
"hierarchyLevel": 0
},
"timespent": 9000,
"project": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/project/10319",
"id": "10319",
"key": "ATP9",
"name": "A9",
"projectTypeKey": "software",
"simplified": false,
"avatarUrls": {
"48x48": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/universal_avatar/view/type/project/avatar/10664",
"24x24": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/universal_avatar/view/type/project/avatar/10664?size=small",
"16x16": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/universal_avatar/view/type/project/avatar/10664?size=xsmall",
"32x32": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/universal_avatar/view/type/project/avatar/10664?size=medium"
}
},
"aggregatetimespent": 9000,
"customfield_11641": null,
"customfield_11640": null,
"customfield_11643": null,
"customfield_11642": null,
"customfield_10700": null,
"customfield_10701": null,
"customfield_10702": null,
"customfield_10945": null,
"customfield_10703": null,
"resolutiondate": null,
"customfield_10705": null,
"customfield_10706": null,
"workratio": 25,
"customfield_10707": null,
"customfield_10709": null,
"watches": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/issue/ATP9-14/watchers",
"watchCount": 1,
"isWatching": true
},
"created": "2025-09-15T11:48:01.279+0300",
"customfield_10020": "0|i00d3z:",
"customfield_10021": null,
"customfield_11110": null,
"customfield_11077": null,
"customfield_10022": null,
"customfield_11473": null,
"customfield_11078": null,
"customfield_11111": null,
"customfield_11112": null,
"customfield_11113": null,
"customfield_10300": [],
"customfield_10026": null,
"updated": "2025-09-15T14:17:14.613+0300",
"timeoriginalestimate": 36000,
"description": null,
"customfield_10650": null,
"timetracking": {
"originalEstimate": "1d 2h",
"remainingEstimate": "7h 30m",
"timeSpent": "2h 30m",
"originalEstimateSeconds": 36000,
"remainingEstimateSeconds": 27000,
"timeSpentSeconds": 9000
},
"customfield_10005": null,
"customfield_10006": null,
"security": null,
"customfield_10648": [],
"customfield_10649": null,
"summary": "time spent test",
"customfield_11176": null,
"customfield_10000": null,
"customfield_10001": null,
"customfield_10002": null,
"customfield_10003": [],
"customfield_10400": null,
"customfield_10004": null,
"customfield_10632": null,
"customfield_10633": null,
"environment": null,
"customfield_10634": null,
"customfield_10635": null,
"customfield_10636": "0.0",
"customfield_10912": null,
"duedate": null
}
},
"worklog": {
"issueId": "12804",
"id": "",
"adjustEstimate": "auto",
"newEstimate": "",
"reduceBy": "",
"comment": "",
"timeSpent": "1h",
"timeSpentSeconds": 3600,
"started": "2025-09-15T14:20:00.000+0300",
"created": "",
"updated": "",
"author": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/user?accountId=523258:5212a3-e2cc-4d021-8c149-3232b15b",
"accountId": "523258:5212a3-e2cc-4d021-8c149-3232b15b",
"accountType": "atlassian",
"emailAddress": "denizthejira@jira.com",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/32"
},
"displayName": "Deniz Tester",
"active": true,
"timeZone": "Europe/Istanbul",
"locale": "en-GB",
"groups": {
"size": 5,
"items": [
{
"name": "jira-administrators",
"groupId": "69132396-9121-4bf6-a1120-39f8738bc411",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=69132396-9121-4bf6-a1120-39f8738bc411"
},
{
"name": "jira-servicemanagement-customers-cloud2",
"groupId": "6ea4112ec-0d12c-4c05-91236c-774058123123",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=6ea4112ec-0d12c-4c05-91236c-774058123123"
},
{
"name": "jira-software-users",
"groupId": "123fabcb-f204-4548-9ed3-48644b673f4d",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=123fabcb-f204-4548-9ed3-48644b673f4d"
},
{
"name": "jira-users updated",
"groupId": "c22507a5-3008-4b0c-8aa6-9e10060134c2",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=c22507a5-3008-4b0c-8aa6-9e10060134c2"
},
{
"name": "site-admins",
"groupId": "23023eb4-216116-423a5-8e3d9-a2232a3235",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=23023eb4-216116-423a5-8e3d9-a2232a3235"
}
]
},
"applicationRoles": {
"size": 1,
"items": [
{
"key": "jira-software",
"groups": [
"jira-software-users-cloud2",
"system-administrators",
"jira-workmanagement-users-cloud2",
"site-admins"
],
"groupDetails": [
{
"name": "jira-software-users-cloud2",
"groupId": "b6f7112b-687f-4359-acc9-20c3bccea22e",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=b6f7112b-687f-4359-acc9-20c3bccea22e"
},
{
"name": "jira-workmanagement-users-cloud2",
"groupId": "63c49615-4d11-40d1-b591-260c072890b3",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=63c49615-4d11-40d1-b591-260c072890b3"
},
{
"name": "site-admins",
"groupId": "23023eb4-216116-423a5-8e3d9-a2232a3235",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=23023eb4-216116-423a5-8e3d9-a2232a3235"
},
{
"name": "system-administrators",
"groupId": "123289a3-5329e-2326-b2321-734122321",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=123289a3-5329e-2326-b2321-734122321"
}
],
"name": "Jira Software",
"defaultGroups": [
"jira-software-users-cloud2",
"jira-workmanagement-users-cloud2"
],
"defaultGroupsDetails": [
{
"name": "jira-software-users-cloud2",
"groupId": "b6f7112b-687f-4359-acc9-20c3bccea22e",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=b6f7112b-687f-4359-acc9-20c3bccea22e"
},
{
"name": "jira-workmanagement-users-cloud2",
"groupId": "63c49615-4d11-40d1-b591-260c072890b3",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=63c49615-4d11-40d1-b591-260c072890b3"
}
],
"selectedByDefault": true,
"defined": true,
"numberOfSeats": 10,
"remainingSeats": 7,
"userCount": 3,
"userCountDescription": "users",
"hasUnlimitedSeats": false,
"platform": false
}
]
},
"expand": "groups,applicationRoles",
"preferences": {
"showWeekends": true,
"highlightWeekends": true,
"showTimeScale": true,
"dayStart": "",
"dayEnd": "",
"calendarDayCellHeight": "27px",
"yourWorkPreferredView": "TIMESHEET",
"printPageSize": "A3",
"showTimesheetToolbar": true,
"frozenColumns": true,
"calendarIntervalDetail": "45m",
"collapseRowsByDefault": false,
"copyToComment": {
"isCopied": false,
"identifier": "visible-to-all-users",
"type": "role"
},
"showWorklogCountColumn": true,
"showIssueSummaryColumn": true,
"openCurrentPeriod": true,
"durationFormat": "hour"
}
},
"updateAuthor": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/user?accountId=523258:5212a3-e2cc-4d021-8c149-3232b15b",
"accountId": "523258:5212a3-e2cc-4d021-8c149-3232b15b",
"accountType": "atlassian",
"emailAddress": "denizthejira@jira.com",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/32"
},
"displayName": "Deniz Tester",
"active": true,
"timeZone": "Europe/Istanbul",
"locale": "en-GB",
"groups": {
"size": 5,
"items": [
{
"name": "jira-administrators",
"groupId": "69132396-9121-4bf6-a1120-39f8738bc411",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=69132396-9121-4bf6-a1120-39f8738bc411"
},
{
"name": "jira-servicemanagement-customers-cloud2",
"groupId": "6ea4112ec-0d12c-4c05-91236c-774058123123",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=6ea4112ec-0d12c-4c05-91236c-774058123123"
},
{
"name": "jira-software-users",
"groupId": "123fabcb-f204-4548-9ed3-48644b673f4d",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=123fabcb-f204-4548-9ed3-48644b673f4d"
},
{
"name": "jira-users updated",
"groupId": "c22507a5-3008-4b0c-8aa6-9e10060134c2",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=c22507a5-3008-4b0c-8aa6-9e10060134c2"
},
{
"name": "site-admins",
"groupId": "23023eb4-216116-423a5-8e3d9-a2232a3235",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=23023eb4-216116-423a5-8e3d9-a2232a3235"
}
]
},
"applicationRoles": {
"size": 1,
"items": [
{
"key": "jira-software",
"groups": [
"jira-software-users-cloud2",
"system-administrators",
"jira-workmanagement-users-cloud2",
"site-admins"
],
"groupDetails": [
{
"name": "jira-software-users-cloud2",
"groupId": "b6f7112b-687f-4359-acc9-20c3bccea22e",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=b6f7112b-687f-4359-acc9-20c3bccea22e"
},
{
"name": "jira-workmanagement-users-cloud2",
"groupId": "63c49615-4d11-40d1-b591-260c072890b3",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=63c49615-4d11-40d1-b591-260c072890b3"
},
{
"name": "site-admins",
"groupId": "23023eb4-216116-423a5-8e3d9-a2232a3235",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=23023eb4-216116-423a5-8e3d9-a2232a3235"
},
{
"name": "system-administrators",
"groupId": "123289a3-5329e-2326-b2321-734122321",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=123289a3-5329e-2326-b2321-734122321"
}
],
"name": "Jira Software",
"defaultGroups": [
"jira-software-users-cloud2",
"jira-workmanagement-users-cloud2"
],
"defaultGroupsDetails": [
{
"name": "jira-software-users-cloud2",
"groupId": "b6f7112b-687f-4359-acc9-20c3bccea22e",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=b6f7112b-687f-4359-acc9-20c3bccea22e"
},
{
"name": "jira-workmanagement-users-cloud2",
"groupId": "63c49615-4d11-40d1-b591-260c072890b3",
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/group?groupId=63c49615-4d11-40d1-b591-260c072890b3"
}
],
"selectedByDefault": true,
"defined": true,
"numberOfSeats": 10,
"remainingSeats": 7,
"userCount": 3,
"userCountDescription": "users",
"hasUnlimitedSeats": false,
"platform": false
}
]
},
"expand": "groups,applicationRoles",
"preferences": {
"showWeekends": true,
"highlightWeekends": true,
"showTimeScale": true,
"dayStart": "",
"dayEnd": "",
"calendarDayCellHeight": "27px",
"yourWorkPreferredView": "TIMESHEET",
"printPageSize": "A3",
"showTimesheetToolbar": true,
"frozenColumns": true,
"calendarIntervalDetail": "45m",
"collapseRowsByDefault": false,
"copyToComment": {
"isCopied": false,
"identifier": "visible-to-all-users",
"type": "role"
},
"showWorklogCountColumn": true,
"showIssueSummaryColumn": true,
"openCurrentPeriod": true,
"durationFormat": "hour"
}
},
"attributes": {
"Number": {
"value": "12345"
},
"Text": {
"value": "text"
},
"Boolean": {
"value": false
},
"Decimal": {
"value": "3.14"
},
"Work Type": {
"value": "Test"
},
"Duration": {
"value": 2700
}
}
},
"allWorklogs": [
{
"issueId": "12804",
"id": "26922",
"adjustEstimate": "",
"newEstimate": "",
"increaseBy": "",
"comment": "",
"timeSpent": "1h",
"timeSpentSeconds": 3600,
"started": "2025-09-15T13:09:00.000+0300",
"created": "2025-09-15T13:09:58.546+0300",
"updated": "2025-09-15T13:09:58.546+0300",
"author": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/user?accountId=557058%3A52acfdf3-e2cc-4d01-8c19-7965a544b15b",
"accountId": "523258:5212a3-e2cc-4d021-8c149-3232b15b",
"emailAddress": "denizthejira@jira.com",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/32"
},
"displayName": "Deniz Tester",
"active": true,
"timeZone": "Europe/Istanbul",
"accountType": "atlassian"
},
"updateAuthor": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/user?accountId=557058%3A52acfdf3-e2cc-4d01-8c19-7965a544b15b",
"accountId": "523258:5212a3-e2cc-4d021-8c149-3232b15b",
"emailAddress": "denizthejira@jira.com",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/32"
},
"displayName": "Deniz Tester",
"active": true,
"timeZone": "Europe/Istanbul",
"accountType": "atlassian"
},
"attributes": {
"Number": {
"value": "12345"
},
"Text": {
"value": "ABC-12345"
},
"Boolean": {
"value": true
},
"Decimal": {
"value": "10.5"
},
"Work Type": {
"value": "Coding"
},
"Duration": {
"value": 5400
}
}
},
{
"issueId": "12804",
"id": "26923",
"adjustEstimate": "",
"newEstimate": "",
"increaseBy": "",
"comment": "test description",
"timeSpent": "1h 30m",
"timeSpentSeconds": 5400,
"started": "2025-09-15T13:10:00.000+0300",
"created": "2025-09-15T13:10:58.730+0300",
"updated": "2025-09-15T13:10:58.730+0300",
"author": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/user?accountId=557058%3A52acfdf3-e2cc-4d01-8c19-7965a544b15b",
"accountId": "523258:5212a3-e2cc-4d021-8c149-3232b15b",
"emailAddress": "denizthejira@jira.com",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/32"
},
"displayName": "Deniz Tester",
"active": true,
"timeZone": "Europe/Istanbul",
"accountType": "atlassian"
},
"updateAuthor": {
"self": "https://api.atlassian.com/ex/jira/2372231be-253a1-4a2d-b4a10-432a2357142b1/rest/api/3/user?accountId=557058%3A52acfdf3-e2cc-4d01-8c19-7965a544b15b",
"accountId": "523258:5212a3-e2cc-4d021-8c149-3232b15b",
"emailAddress": "denizthejira@jira.com",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/523258:5212a3-e2cc-4d021-8c149-3232b15b/023b577a-ad11d-4237-91b9-e323aa417/32"
},
"displayName": "Deniz Tester",
"active": true,
"timeZone": "Europe/Istanbul",
"accountType": "atlassian"
},
"attributes": {
"Number": {
"value": "99999"
},
"Text": {
"value": "Text"
},
"Boolean": {
"value": false
},
"Decimal": {
"value": "3.14"
},
"Work Type": {
"value": "Test"
},
"Duration": {
"value": 2700
}
}
}
]
}