Skip to content

Add Worklog Node

Data/Atlassian/Jira

Add Worklog

Add a work log entry to a Jira issue

data_atlassian_jira_add_worklogdata
Inputs6
Outputs2
Security exposure2/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
2/10High
PrivacyPotential sensitivity of processed data.
4/10Medium
PerformanceRuntime or resource pressure.
2/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
2/10High

Input Pins

6

Exec In

Execution
exec_in

Execution input

Provider

Struct
provider

Atlassian provider

AtlassianProviderAtlassianProvider7 fields
provider_idstringrequired

The provider ID

access_tokenstringrequired

The access token (OAuth, API token, or PAT)

base_urlstringrequired

The base URL for the Atlassian instance For cloud: https://your-domain.atlassian.net For server/data center: https://your-server.com

emailstring | null

Email for Cloud API token auth (not needed for OAuth or Server PAT)

is_cloudbooleanrequired

Whether this is a cloud instance

auth_typestringrequired

Authentication type: "oauth", "api_token" (cloud), or "pat" (server/dc)

cloud_idstring | null

Cloud ID for OAuth (required for OAuth to call APIs via api.atlassian.com)

default null
Schema enforced

Issue Key

String
issue_key

The issue key (e.g., PROJ-123)

Time Spent

String
time_spent

Time spent in Jira format (e.g., '2h 30m', '1d', '30m')

Comment

String
comment

Optional comment for the work log

Started

String
started

When the work was started (ISO 8601 format, defaults to now)

Output Pins

2

Exec Out

Execution
exec_out

Execution output

Worklog

Struct
worklog

The created work log entry

JiraWorklogJiraWorklog9 fields
idstringrequired
authoranyOf (2)
variant 1JiraUservariant
account_idstringrequired

User account ID

display_namestringrequired

User display name

email_addressstring | null

User email (if available)

activebooleanrequired

Whether the user is active

avatar_urlstring | null

User avatar URLs

variant 2nullvariant
update_authoranyOf (2)
variant 1JiraUservariant
account_idstringrequired

User account ID

display_namestringrequired

User display name

email_addressstring | null

User email (if available)

activebooleanrequired

Whether the user is active

avatar_urlstring | null

User avatar URLs

variant 2nullvariant
commentstring | null
startedstringrequired
time_spentstringrequired
time_spent_secondsinteger:int64required
format int64
createdstringrequired
updatedstringrequired
Schema enforced

Node Info

Internal name
data_atlassian_jira_add_worklog
Category
Data/Atlassian/Jira