Ankit

Results 81 comments of Ankit

@realtime-neil Thank you for bringing this up, and I am sorry that your expectations with the project are not met. > The prominent mention of "cli" in the name of...

Hi @leopck, `jira sprint list` command shows issues regardless of its statuses as long as it is returned by the Jira API. Could you please mention if you are using...

Do you get all the issues back if you query the API directly? ```sh curl --request GET \ --url 'https:///rest/agile/1.0/sprint//issue' \ --user ":$JIRA_API_TOKEN" ``` You can get sprint id using...

You can use header to pass bearer token. ```sh curl --request GET \ -H "Authorization: Bearer $JIRA_API_TOKEN" \ --url 'https:///rest/agile/1.0/sprint//issue' ```

That's strange! Are all these issues in the sprint from same project that you configured?

I am not able to reproduce this in my installation so its bit tricky to say what's happening. Could you please check if you get same results as before when...

> Are all these issues in the sprint from same project that you configured? I meant `board` here, sorry! When I first created this feature, I didn't realize that sprint...

Hi @leopck, this has been fixed with #475. You can use `--show-all-issues` flag to view issues from all projects. `jira issue list` will only show issues from configured project or...

Hi @MichalKrakow, you need to organize your uploads in the server to prevent that from happening. See #79 and #52.

Hi @xuanyuanaosheng, could you please run `jira init --insecure --debug` and see which call to the Jira API returns 404?