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

Add worklog comment for Jira module #6209

Closed
1 task done
hugoprudente opened this issue Mar 20, 2023 · 2 comments · Fixed by #6210
Closed
1 task done

Add worklog comment for Jira module #6209

hugoprudente opened this issue Mar 20, 2023 · 2 comments · Fixed by #6210
Labels
feature This issue/PR relates to a feature request module module plugins plugin (any type) web_infrastructure

Comments

@hugoprudente
Copy link
Contributor

Summary

In the jira module we have the ability to create the Jira and estimate the times.

This is achieved by the /worklog api similar to what comment does:

This is really interesting if you share times of user vs automation.

Issue Type

Feature Idea

Component Name

community.general.jira

Additional Information

- name: Worklog on issue
  community.general.jira:
    uri: '{{ server }}'
    username: '{{ user }}'
    password: '{{ pass }}'
    issue: '{{ issue.meta.key }}'
    operation: worklog
    comment: A worklog added by Ansible
    fields:
      timeSpentSeconds: 12000

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@ansibullbot
Copy link
Collaborator

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request module module plugins plugin (any type) web_infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants