How can I export Work Description?

Mark Hanson June 27, 2014

How can I export Work Description?

2 answers

0 votes
Marcus Silveira
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 27, 2014

Hi Mark,

I assume you want to extract all of your Work description from all work logged in all issues.

JIRA does not have a feature for that, but you could take it directly from the database with the following query

select worklogbody from worklog

If you want to get the Author name and issue key as well, you may want to join the query with the cwd_user and jiraissue tables as well.

Hope this helps

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 27, 2014

"Work description" is not a standard Jira phrase - could you explain precisely what you mean by that?

Suggest an answer

Log in or Sign up to answer