Ankit

Results 136 comments of Ankit
trafficstars

Hi @linup2011, you'd need to configure the field properly to make it work. Some details are outlined [here](https://github.com/ankitpokhrel/jira-cli/discussions/346).

This seems unusual. The API response seems fine. We're validating the board by its name internally so I was wondering if there could be an extra spaces, special characters, or...

API: https://developer.atlassian.com/cloud/jira/software/rest/api-group-board/#api-rest-agile-1-0-board-boardid-backlog-get

There is a `--parent` flag available in `edit` command. Not tested but I guess that might work to assign a new parent. There isn't a way to turn subtask to...

Related #742 #726 This was fixed with https://github.com/ankitpokhrel/jira-cli/pull/447 🤔. Are you sure you are on a cloud instance?

@the-real-neil This was initially by design since the TUI always need to have access to the issue key for other commands like view and move to work. I think we...