How to log effort in JIRAs using REST API?

jingga August 19, 2022

How to log effort in JIRAs using REST API? JIRA is used in project planning and we need to daily log effort on the jira, is there any REST API example to log effort for jira?

 

Such as we can use below code to get the content of jira

      url = '{base}/rest/api/issue/{jira_id}'.format(base=self.JIRA_BASE,jira_id=jira_id)
        r = self.s.get(url, headers=headers)

2 answers

2 accepted

1 vote
Answer accepted
Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 19, 2022

@jingga Welcome to the Atlassian community

Here is the API link for Jira Server API just in case you are using server or data center - https://docs.atlassian.com/software/jira/docs/api/REST/7.1.2/#api/2/issue-addWorklog 

1 vote
Answer accepted
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 19, 2022

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events