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

Please Add possibility to add Worklog during Add-JiraIssueTransition #314

Open
alexsuslin opened this issue Oct 1, 2018 · 0 comments
Open

Comments

@alexsuslin
Copy link
Contributor

Below is working POST example to jira REST method with body

POST : /api/2/issue/{issueIdOrKey}/transitions

{
    "update": {
        "comment": [
            {
                "add": {
                    "body": "Bug has been fixed."
                }
            }
        ],
       "worklog": [
            {
                "add": {
                    "timeSpent": "60m",
                    "started": "2011-07-05T11:05:00.000+0000"
                }
            }
        ]
    }  ,
  "transition" : { 
    "id" : "5"
  } 
}

Is your feature request related to a problem? Please describe.

I want to resolve an issue, however there is a screen with Time Spent field required on it

Description

I would like additional parameter like -Worklog 15

@lipkau lipkau added this to To Do in Improvements via automation Dec 21, 2018
alexsuslin pushed a commit to alexsuslin/JiraPS that referenced this issue Mar 18, 2019
alexsuslin pushed a commit to alexsuslin/JiraPS that referenced this issue Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Improvements
  
To Do
Development

No branches or pull requests

2 participants