jira-cli icon indicating copy to clipboard operation
jira-cli copied to clipboard

Adding an issue to an epic

Open lucianocheng opened this issue 9 years ago • 4 comments

Is there any way to add an issue to an Epic? Looks like there's epic support in the Jira Python interface.

lucianocheng avatar Aug 18 '16 16:08 lucianocheng

@lucianocheng I guess we'd have to add support both in issue creation and issue update

alisaifee avatar Aug 27 '16 13:08 alisaifee

@alisaifee that was my thought. I'm going to take a whack at this this weekend, any chance you could give me a pointer in the jira-cli codebase where I could get started?

lucianocheng avatar Sep 04 '16 01:09 lucianocheng

@lucianocheng for creating an issue that has an epic, you could handle it in a similar manner to how issues with parents are created (https://github.com/alisaifee/jira-cli/blob/master/jiracli/bridge/rest.py#L96)

alisaifee avatar Sep 10 '16 01:09 alisaifee

For updating existing issues, something similar to https://github.com/alisaifee/jira-cli/blob/master/jiracli/bridge/rest.py#L158 could work

alisaifee avatar Sep 10 '16 01:09 alisaifee