EndPoint Read Changelogs by IDs
Name
get_changelogs_by_ids
Description
Returns changelogs for an issue specified by a list of changelog IDs. OAuth scopes required: read:issue-meta:jira, read:avatar:jira, read:issue.changelog:jira
Parameters
Parameter | Label | Required | Options | Description |
---|---|---|---|---|
IssueIdOrKey | IssueId Or Key | YES | ||
ChangeLogIds | Comma Separated ChangeLog Ids | YES |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Id |
DT_WSTR
|
nvarchar(200)
|
200 | False |
|
AuthorSelfURL |
DT_WSTR
|
nvarchar(1000)
|
1000 | False |
|
AuthorAccountId |
DT_WSTR
|
nvarchar(200)
|
200 | False |
|
AuthorEmailAddress |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
AvatarUrls48x48 |
DT_WSTR
|
nvarchar(1000)
|
1000 | False |
|
AvatarUrls24x24 |
DT_WSTR
|
nvarchar(1000)
|
1000 | False |
|
AvatarUrls16x16 |
DT_WSTR
|
nvarchar(1000)
|
1000 | False |
|
AvatarUrls32x32 |
DT_WSTR
|
nvarchar(1000)
|
1000 | False |
|
AuthorDisplayName |
DT_WSTR
|
nvarchar(1000)
|
1000 | False |
|
IsAuthorActive |
DT_BOOL
|
bit
|
False |
||
AuthorTimeZone |
DT_WSTR
|
nvarchar(200)
|
200 | False |
|
CreatedDateTime |
DT_DBTIMESTAMP
|
datetime
|
False |
||
Items |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |
Examples
SSIS
Use Jira Connector in API Source component to read data or in API Destination component to read/write data:
Read Changelogs by IDs using API Source
Jira
Read Changelogs by IDs

Read Changelogs by IDs using API Destination
Jira
Read Changelogs by IDs
