Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is work description missing from issue worklog event?

robert_brower April 28, 2025

The documentation here... https://developer.atlassian.com/platform/forge/events-reference/jira/#issue-worklog-events

... states that the interface for the issue worklog event is

interface Worklog {
id: string;
issueId: string;
author?: User;
updateAuthor?: User;
created: string;
updated: string;
started: string;
timeSpent: string;
timeSpentSeconds: number;
}

interface User {
accountId: string;
}

Where is the work description? How can I get it?

 

1 answer

0 votes
Piyush Annadate _ACE Pune_
Community Champion
April 28, 2025

Hello @robert_brower ,
Welcome to the community !
With checks, there should be a parameter as below to have the description within the worklogs interface. 

comment

  You may create a parallel post at Developer Community as well 

robert_brower April 28, 2025

Thanks Piyush. Can you please tell me what you mean by, "With checks, there should be a parameter as below to have the description within the worklogs interface."

What is meant by checks? Do I need to configure something in Jira, or in my manifest for the events?

My manifest snippet

 

- key: worklog-event
      function: worklog-event-func
      events:
        - avi:jira:created:worklog
        - avi:jira:updated:worklog
        - avi:jira:deleted:worklog
Piyush Annadate _ACE Pune_
Community Champion
April 28, 2025

Apologies, checks as of 'my view of going thru the documentation and other details'.

Probably the description (a comment in work log) is missing from the interface. Kindly raise this at Developer Portal.

Like robert_brower likes this
robert_brower April 28, 2025

Thanks. I thought this was the developer portal. I meant to say that the data I get from this event does not contain the work description. That is consistent with the docs. But why is the work description omitterd?

Piyush Annadate _ACE Pune_
Community Champion
April 28, 2025

Developer Portal is a dedicated, and here you will have developer and other community members as well. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events