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

Give subtasks a "Convert to Issue" option. #1584

Open
guy4261 opened this issue Jan 4, 2023 · 1 comment
Open

Give subtasks a "Convert to Issue" option. #1584

guy4261 opened this issue Jan 4, 2023 · 1 comment

Comments

@guy4261
Copy link

guy4261 commented Jan 4, 2023

Problem trying to solve

Write a script for converting an issue's subtasks to actual issues. Each new issue should be linked to the original issue (as a parent).

This way I can create subtasks on the web UI and quickly convert them to issues (which allows to give them story points, etc).

Possible solution(s)

Given an issue ID,
for each subtask of this issue,
convert to issue + link to original issue.

Alternatives

I could define said issues by code but that would be less nice and less friendly to my non-programming colleagues.

Seems like I can't do it right now:

>>> subtask.update({"subtask": False})
JIRAError: JiraError HTTP 400 url
response text = {"errorMessages":[],"errors":{"subtask":"Field 'subtask' cannot be set. It is not on the appropriate screen, or unknown."}}

Additional Context

On an issue's page, click on the ... icon, then "Convert to Issue" - this is the functionality I'm looking for.

Screen Shot 2023-01-04 at 11 51 14

@guy4261
Copy link
Author

guy4261 commented Jan 4, 2023

Ugh, this was impossible back at mid-2021:

https://community.atlassian.com/t5/Jira-questions/Convert-sub-task-to-issue-story-new-feature-task-using-REST-API/qaq-p/1510969

Who knows if they managed to solve this 18 months later??

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