terjira icon indicating copy to clipboard operation
terjira copied to clipboard

Does not list all boards

Open ktalebian opened this issue 7 years ago • 6 comments

Our organization has a large list of boards. However, jira board ls does not show all of them. Is there a way I can set my active board via a command?

ktalebian avatar Nov 17 '17 22:11 ktalebian

No, How about less?

keepcosmos avatar Nov 21 '17 09:11 keepcosmos

@keepcosmos sorry not sure what you mean by less?

ktalebian avatar Nov 21 '17 19:11 ktalebian

Sorry, I mean http://www.tutorialspoint.com/unix_commands/less.htm

keepcosmos avatar Nov 22 '17 01:11 keepcosmos

That wouldn't help though. jira board ls is not returning all my available boards. I don't see how piping an incomplete list into less will help with that.

ktalebian avatar Nov 22 '17 01:11 ktalebian

Ok, now I understand. Paginating feature is not implemented yet.

keepcosmos avatar Nov 22 '17 03:11 keepcosmos

I'm not sure how this feature is implemented but you could use newest tty-prompt select/multi_select to handle this. It paginates lists by default, you can specify the number of items per page etc... It is really powerful!

Alternatively, you can use tty-pager to page any long output either through native unix utility or pure Ruby output paging.

piotrmurach avatar Jul 14 '18 19:07 piotrmurach