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

Enable functionality to clone a jira card #61

Open
maxim-kuvyrkov opened this issue Jun 2, 2023 · 0 comments
Open

Enable functionality to clone a jira card #61

maxim-kuvyrkov opened this issue Jun 2, 2023 · 0 comments

Comments

@maxim-kuvyrkov
Copy link
Contributor

Can jipdate be improved to support cloning of a card like what jira's "Clone" functionality provides? I.e.,
jipclone.py --template EXISTING_CARD --summary "New Summary"
Jipdate supports creating new jira cards, but that requires providing information about many relevant aspects of a card -- card type, parent/epic link, status, etc. In certain cases (e.g., CI) it is more convenient to clone a card from a template.

Consider https://linaro.atlassian.net/browse/GNU-834 -- this card hosts sub-task cards for problems detected by Linaro TCWG CI. We want to have CI create these sub-task cards automatically, rather than human copy-pasting information from CI reports. Hard-coding data for sub-task cards in our CI scripts would be sub-optimal, since several fields change regularly -- e.g., parent card, assignee.

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