Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

worklog does not support expand parameter #1911

Open
MarcelWilson opened this issue Oct 28, 2024 · 0 comments
Open

worklog does not support expand parameter #1911

MarcelWilson opened this issue Oct 28, 2024 · 0 comments

Comments

@MarcelWilson
Copy link

Problem trying to solve

Jira API Get Worklog supports requesting additional worklog properties with a parameter expand which accepts the value properties. Any additional worklog properties set will then be returned.

It would be nice if the jira client request jira.worklog() supported the use of the expand parameter.

Possible solution(s)

jira = JIRA('https://jira.atlassian.com')

worklog = jira.worklog(ticket, worklogid, expand="properties")
value = worklog.properties[0].value.my_unique_property_key

Alternatives

No response

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant