Project Issue Type Fields
GET
/projectissuetypefields
Returns all the available fields in an issue type of a project.
Name | Description | Data Type | Required |
---|---|---|---|
projectId |
A valid Jira Project Id |
string |
|
issueTypeId |
A valid Jira Issue Type Id |
string |
|
operation |
Screen operations create 0 edit 1 view 2 |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
The access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user. It is a form of user credential generated and provisioned by the SEI Developer Portal for applications associated with individual developers. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to something that is perceived to be an error on the client application side.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition.
projectId |
A valid Jira Project Id |
issueTypeId |
A valid Jira Issue Type Id |
operation |
Screen operations create 0 edit 1 view 2 |
Authorization |
The access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user. It is a form of user credential generated and provisioned by the SEI Developer Portal for applications associated with individual developers. |
Request Body
Working...
Project Issue Type Fields
GET
/projectissuetypefields
Returns all the available fields in an issue type of a project.
Name | Description | Data Type | Required |
---|---|---|---|
projectId |
A valid Jira Project Id |
string |
|
issueTypeId |
A valid Jira Issue Type Id |
string |
|
operation |
Screen operations create 0 edit 1 view 2 |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
The access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user. It is a form of user credential generated and provisioned by the SEI Developer Portal for applications associated with individual developers. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to something that is perceived to be an error on the client application side.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition.
projectId |
A valid Jira Project Id |
issueTypeId |
A valid Jira Issue Type Id |
operation |
Screen operations create 0 edit 1 view 2 |
Authorization |
The access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user. It is a form of user credential generated and provisioned by the SEI Developer Portal for applications associated with individual developers. |
Request Body
Working...
Pass the oAuth Token and the App key to invoke this endpoint for a particular application. Note: 1 to 5 API endpoints are sequenced and remaining can be randomly invoked.
The value for the field "Id" obtained from the "workdesk/project" endpoint response serves as an input value for the projectId query param in this endpoint.The value for the field "Id" obtained from the "workdesk/projectissuetype" endpoint response serves as an input value for the issueTypeId query param in this endpoint.
Project Issue Type Fields
GET
/projectissuetypefields
Returns all the available fields in an issue type of a project.
Name | Description | Data Type | Required |
---|---|---|---|
projectId |
A valid Jira Project Id |
string |
|
issueTypeId |
A valid Jira Issue Type Id |
string |
|
operation |
Screen operations create 0 edit 1 view 2 |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
The access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user. It is a form of user credential generated and provisioned by the SEI Developer Portal for applications associated with individual developers. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to something that is perceived to be an error on the client application side.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition.
projectId |
A valid Jira Project Id |
issueTypeId |
A valid Jira Issue Type Id |
operation |
Screen operations create 0 edit 1 view 2 |
Authorization |
The access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user. It is a form of user credential generated and provisioned by the SEI Developer Portal for applications associated with individual developers. |
Request Body
Working...
curl -X GET \ https://api.seic.com/v2/workdesk/projectissuetypefields?projectId=23233&issueTypeId=19007 \ -H 'appkey: gsedgaerhDSHGRSH' \ -H 'authorization: Bearer ADsgdnnkjnfdIKJN' \
Authorization: Bearer ADsgdnnkjnfdIKJN AppKey: gsedgaerhDSHGRSH
Content-Type: application/json Status: 200 OK requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
[
{
"Id": "summary",
"Name": "Summary",
"Value": null,
"IsRequired": true,
"HasDefaultValue": false,
"AllowedOperation": [
"set"
],
"AllowedValues": null,
"FieldType": "string",
"ControlType": "TextBox",
"CustomId": null
},
{
"Id": "component",
"Name": "Component",
"Value": null,
"IsRequired": false,
"HasDefaultValue": false,
"AllowedOperation": [
"add",
"set",
"remove"
],
"AllowedValues": [
{
"id": "26580",
"value": null,
"name": "Test",
"disabled": null
},
{
"id": "28740",
"value": null,
"name": "Workdesk",
"disabled": null
}
],
"FieldType": "string",
"ControlType": "DropDown",
"CustomId": null
},
{
"Id": "customfield_23440",
"Name": "Product Name",
"Value": null,
"IsRequired": true,
"HasDefaultValue": false,
"AllowedOperation": [
"set"
],
"AllowedValues": null,
"FieldType": "string",
"ControlType": "textfield",
"CustomId": null
},
{
"Id": "customfield_23450",
"Name": "Product ID",
"Value": null,
"IsRequired": true,
"HasDefaultValue": false,
"AllowedOperation": [
"set"
],
"AllowedValues": null,
"FieldType": "string",
"ControlType": "textfield",
"CustomId": null
},
{
"Id": "customfield_12450",
"Name": "Report Date",
"Value": null,
"IsRequired": true,
"HasDefaultValue": false,
"AllowedOperation": [
"set"
],
"AllowedValues": null,
"FieldType": "date",
"ControlType": "datepicker",
"CustomId": null
}
]
Project Issue Type Fields
GET
/projectissuetypefields
Returns all the available fields in an issue type of a project.
Name | Description | Data Type | Required |
---|---|---|---|
projectId |
A valid Jira Project Id |
string |
|
issueTypeId |
A valid Jira Issue Type Id |
string |
|
operation |
Screen operations create 0 edit 1 view 2 |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
The access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user. It is a form of user credential generated and provisioned by the SEI Developer Portal for applications associated with individual developers. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to something that is perceived to be an error on the client application side.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition.
projectId |
A valid Jira Project Id |
issueTypeId |
A valid Jira Issue Type Id |
operation |
Screen operations create 0 edit 1 view 2 |
Authorization |
The access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user. It is a form of user credential generated and provisioned by the SEI Developer Portal for applications associated with individual developers. |
Request Body
Working...
Project Issue Type Fields
GET
/projectissuetypefields
Returns all the available fields in an issue type of a project.
Name | Description | Data Type | Required |
---|---|---|---|
projectId |
A valid Jira Project Id |
string |
|
issueTypeId |
A valid Jira Issue Type Id |
string |
|
operation |
Screen operations create 0 edit 1 view 2 |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
The access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user. It is a form of user credential generated and provisioned by the SEI Developer Portal for applications associated with individual developers. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to something that is perceived to be an error on the client application side.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition.
projectId |
A valid Jira Project Id |
issueTypeId |
A valid Jira Issue Type Id |
operation |
Screen operations create 0 edit 1 view 2 |
Authorization |
The access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user. It is a form of user credential generated and provisioned by the SEI Developer Portal for applications associated with individual developers. |
Request Body
Working...
Pass the oAuth Token and the App key to invoke this endpoint for a particular application. Note: 1 to 5 API endpoints are sequenced and remaining can be randomly invoked.
The value for the field "Id" obtained from the "workdesk/project" endpoint response serves as an input value for the projectId query param in this endpoint.The value for the field "Id" obtained from the "workdesk/projectissuetype" endpoint response serves as an input value for the issueTypeId query param in this endpoint.
Project Issue Type Fields
GET
/projectissuetypefields
Returns all the available fields in an issue type of a project.
Name | Description | Data Type | Required |
---|---|---|---|
projectId |
A valid Jira Project Id |
string |
|
issueTypeId |
A valid Jira Issue Type Id |
string |
|
operation |
Screen operations create 0 edit 1 view 2 |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
The access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user. It is a form of user credential generated and provisioned by the SEI Developer Portal for applications associated with individual developers. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to something that is perceived to be an error on the client application side.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition.
projectId |
A valid Jira Project Id |
issueTypeId |
A valid Jira Issue Type Id |
operation |
Screen operations create 0 edit 1 view 2 |
Authorization |
The access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user. It is a form of user credential generated and provisioned by the SEI Developer Portal for applications associated with individual developers. |
Request Body
Working...
curl -X GET \ https://api.seic.com/v2/workdesk/projectissuetypefields?projectId=23233&issueTypeId=19007 \ -H 'appkey: gsedgaerhDSHGRSH' \ -H 'authorization: Bearer ADsgdnnkjnfdIKJN' \
Authorization: Bearer ADsgdnnkjnfdIKJN AppKey: gsedgaerhDSHGRSH
Content-Type: application/json Status: 200 OK requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
[
{
"Id": "summary",
"Name": "Summary",
"Value": null,
"IsRequired": true,
"HasDefaultValue": false,
"AllowedOperation": [
"set"
],
"AllowedValues": null,
"FieldType": "string",
"ControlType": "TextBox",
"CustomId": null
},
{
"Id": "component",
"Name": "Component",
"Value": null,
"IsRequired": false,
"HasDefaultValue": false,
"AllowedOperation": [
"add",
"set",
"remove"
],
"AllowedValues": [
{
"id": "26580",
"value": null,
"name": "Test",
"disabled": null
},
{
"id": "28740",
"value": null,
"name": "Workdesk",
"disabled": null
}
],
"FieldType": "string",
"ControlType": "DropDown",
"CustomId": null
},
{
"Id": "customfield_23440",
"Name": "Product Name",
"Value": null,
"IsRequired": true,
"HasDefaultValue": false,
"AllowedOperation": [
"set"
],
"AllowedValues": null,
"FieldType": "string",
"ControlType": "textfield",
"CustomId": null
},
{
"Id": "customfield_23450",
"Name": "Product ID",
"Value": null,
"IsRequired": true,
"HasDefaultValue": false,
"AllowedOperation": [
"set"
],
"AllowedValues": null,
"FieldType": "string",
"ControlType": "textfield",
"CustomId": null
},
{
"Id": "customfield_12450",
"Name": "Report Date",
"Value": null,
"IsRequired": true,
"HasDefaultValue": false,
"AllowedOperation": [
"set"
],
"AllowedValues": null,
"FieldType": "date",
"ControlType": "datepicker",
"CustomId": null
}
]
Project Issue Type Fields
GET
/projectissuetypefields
Returns all the available fields in an issue type of a project.
Name | Description | Data Type | Required |
---|---|---|---|
projectId |
A valid Jira Project Id |
string |
|
issueTypeId |
A valid Jira Issue Type Id |
string |
|
operation |
Screen operations create 0 edit 1 view 2 |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
The access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user. It is a form of user credential generated and provisioned by the SEI Developer Portal for applications associated with individual developers. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to something that is perceived to be an error on the client application side.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition.
projectId |
A valid Jira Project Id |
issueTypeId |
A valid Jira Issue Type Id |
operation |
Screen operations create 0 edit 1 view 2 |
Authorization |
The access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user. It is a form of user credential generated and provisioned by the SEI Developer Portal for applications associated with individual developers. |
Request Body
Working...