POST v1/issues

Request Information

URI Parameters

None.

Body Parameters

NewIssueInModel
NameDescriptionTypeAdditional information
title

string

Required

emailGlobalId

string

None.

AttachedFiles

Collection of RemoteStorageFileOutModel

None.

projectId

integer

None.

ownerId

integer

None.

creatorId

integer

None.

statusId

integer

None.

priorityId

integer

None.

lastOwnerId

integer

None.

listId

integer

None.

comment

string

None.

lastComment

string

None.

dueDate

date

None.

startDate

date

None.

guid

globally unique identifier

None.

EmailUsersIds

string

None.

recurrence

string

None.

customFields

Dictionary of integer [key] and CustomFieldInfo [value]

None.

isRead

boolean

None.

isArchived

boolean

None.

parentId

integer

None.

parentBaseId

integer

None.

nextToId

integer

None.

color

string

None.

textColor

string

None.

Request Formats

application/json, text/json, application/vnd.team.do+json

Sample:
{
  "title": "sample string 1",
  "emailGlobalId": "sample string 2",
  "AttachedFiles": [
    {
      "Name": "sample string 1",
      "Size": 2,
      "Url": "http://webapihelppage3.com",
      "Key": "sample string 4",
      "Host": 0,
      "MimeType": "sample string 5"
    },
    {
      "Name": "sample string 1",
      "Size": 2,
      "Url": "http://webapihelppage3.com",
      "Key": "sample string 4",
      "Host": 0,
      "MimeType": "sample string 5"
    }
  ],
  "projectId": 3,
  "ownerId": 4,
  "creatorId": 5,
  "statusId": 6,
  "priorityId": 7,
  "lastOwnerId": 8,
  "listId": 9,
  "comment": "sample string 10",
  "lastComment": "sample string 11",
  "dueDate": "2024-01-31T13:15:59.6653046+00:00",
  "startDate": "2024-01-31T13:15:59.6653046+00:00",
  "guid": "f8bed16e-6fec-4587-a5e2-f720bb351281",
  "EmailUsersIds": "sample string 13",
  "recurrence": "sample string 14",
  "customFields": {
    "1": {
      "Value": "sample string 1",
      "InfoId": 2
    },
    "2": {
      "Value": "sample string 1",
      "InfoId": 2
    }
  },
  "isRead": true,
  "isArchived": true,
  "parentId": 17,
  "parentBaseId": 18,
  "nextToId": 1,
  "color": "sample string 19",
  "textColor": "sample string 20"
}

text/html

Sample:
{"title":"sample string 1","emailGlobalId":"sample string 2","AttachedFiles":[{"Name":"sample string 1","Size":2,"Url":"http://webapihelppage3.com","Key":"sample string 4","Host":0,"MimeType":"sample string 5"},{"Name":"sample string 1","Size":2,"Url":"http://webapihelppage3.com","Key":"sample string 4","Host":0,"MimeType":"sample string 5"}],"projectId":3,"ownerId":4,"creatorId":5,"statusId":6,"priorityId":7,"lastOwnerId":8,"listId":9,"comment":"sample string 10","lastComment":"sample string 11","dueDate":"2024-01-31T13:15:59.6653046+00:00","startDate":"2024-01-31T13:15:59.6653046+00:00","guid":"f8bed16e-6fec-4587-a5e2-f720bb351281","EmailUsersIds":"sample string 13","recurrence":"sample string 14","customFields":{"1":{"Value":"sample string 1","InfoId":2},"2":{"Value":"sample string 1","InfoId":2}},"isRead":true,"isArchived":true,"parentId":17,"parentBaseId":18,"nextToId":1,"color":"sample string 19","textColor":"sample string 20"}

Response Information

Resource Description

IssueOutModel
NameDescriptionTypeAdditional information
id

integer

None.

idPerCompany

integer

None.

issueTitle

string

None.

groupTitle

string

None.

ownerName

string

None.

lastOwnerName

string

None.

lastUpdate

date

None.

isFavorite

boolean

None.

attachmentsCount

integer

None.

projectName

string

None.

statusName

string

None.

priorityName

string

None.

subIssuesCount

integer

None.

subIssues

Collection of IssueOutModel

None.

contactsCount

integer

None.

contacts

Collection of ContactSuggestItem

None.

attachments

Collection of FileOutModel

None.

emailGlobalId

string

None.

linkToIssue

string

None.

IsDetailsChanged

integer

None.

completion

integer

None.

title

string

None.

projectId

integer

None.

ownerId

integer

None.

creatorId

integer

None.

statusId

integer

None.

priorityId

integer

None.

lastOwnerId

integer

None.

listId

integer

None.

comment

string

None.

lastComment

string

None.

dueDate

date

None.

startDate

date

None.

guid

globally unique identifier

None.

EmailUsersIds

string

None.

recurrence

string

None.

customFields

Dictionary of integer [key] and CustomFieldInfo [value]

None.

isRead

boolean

None.

isArchived

boolean

None.

parentId

integer

None.

parentBaseId

integer

None.

nextToId

integer

None.

color

string

None.

textColor

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/html

Sample:

Sample not available.

application/vnd.team.do+json

Sample:

Sample not available.