EndPoint Read Worklogs
Parameters
Parameter | Label | Required | Options | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Key | Issue Key(s) or Ids - Comma Separated (PRJA-10,PRJA-13) | NO | Use comma separated IDs or Keys for Issues. 1000 ids max or JIRA internal limit for Payload. | |||||||||||||||||||||||||||||||||||||||||||||||||||
SearchBy | Search by | NO |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
Project | Project | NO | Specify a project to search issues for | |||||||||||||||||||||||||||||||||||||||||||||||||||
JQL | JQL | NO |
|
Use JQL to use an advanced mode of searching. Few links are https://www.atlassian.com/blog/jira/jql-the-most-flexible-way-to-search-jira-14 and als check https://wac-cdn.atlassian.com/dam/jcr:241d9c9b-475f-411f-90a2-97ca344442b3/atlassian-jql-cheat-sheet-2.pdf?cdnVersion=2169 [API reference] | ||||||||||||||||||||||||||||||||||||||||||||||||||
CustomColumnsRegex | CustomColumnsRegex | NO | Enter regular expression for custom columns which you like to output. Use Pipe to type multiple column names (must use key - internal names for columns e.g. customfield_10004). You can use Regex too (e.g. field_100\d+ ). This filter is only applied for those fields which has flag custom=true. |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
IssueId |
DT_WSTR
|
nvarchar(20)
|
20 | False |
|
IssueKey |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
Id |
DT_WSTR
|
nvarchar(20)
|
20 | False |
|
Self |
DT_WSTR
|
nvarchar(150)
|
150 | False |
|
StartAt |
DT_I4
|
int
|
False |
||
MaxResults |
DT_I4
|
int
|
False |
||
Total |
DT_I8
|
bigint
|
False |
||
AuthorSelf |
DT_WSTR
|
nvarchar(200)
|
200 | False |
|
AuthorAccountId |
DT_WSTR
|
nvarchar(150)
|
150 | False |
|
AuthorEmailAddress |
DT_WSTR
|
nvarchar(200)
|
200 | False |
|
AuthorDisplayName |
DT_WSTR
|
nvarchar(200)
|
200 | False |
|
AuthorIsActive |
DT_BOOL
|
bit
|
False |
||
AuthorTimeZone |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
AuthorAccountType |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
CommentFormatted |
DT_NTEXT
|
nvarchar(MAX)
|
False |
||
Comment |
DT_NTEXT
|
nvarchar(MAX)
|
False |
Join formatted text blocks using space separator (new lines will be lost) | |
UpdateAuthorSelf |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
UpdateAuthorAccountId |
DT_WSTR
|
nvarchar(200)
|
200 | False |
|
UpdateAuthorEmailAddress |
DT_WSTR
|
nvarchar(200)
|
200 | False |
|
UpdateAuthorDisplayName |
DT_WSTR
|
nvarchar(200)
|
200 | False |
|
UpdateAuthorActive |
DT_BOOL
|
bit
|
False |
||
UpdateAuthorTimeZone |
DT_WSTR
|
nvarchar(80)
|
80 | False |
|
UpdateAuthorAccountType |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
Created |
DT_DBTIMESTAMP
|
datetime
|
False |
||
Updated |
DT_DBTIMESTAMP
|
datetime
|
False |
||
Started |
DT_DBTIMESTAMP
|
datetime
|
False |
||
TimeSpent |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
TimeSpentInSeconds |
DT_I8
|
bigint
|
False |
||
AuthorAvatarUrls48x48 |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
AuthorAvatarUrls24x24 |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
AuthorAvatarUrls16x16 |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
AuthorAvatarUrls32x32 |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
UpdateAuthorAvatarUrls48x48 |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
UpdateAuthorAvatarUrls24x24 |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
UpdateAuthorAvatarUrls16x16 |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
UpdateAuthorAvatarUrls32x32 |
DT_WSTR
|
nvarchar(500)
|
500 | 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 Worklogs using API Source
Jira
Read Worklogs

Read Worklogs using API Destination
Jira
Read Worklogs
