feat: allow setting of fixed columns in the list of issues, epics and sprints#509
Conversation
40e734a to
924e52d
Compare
924e52d to
baacfcc
Compare
There was a problem hiding this comment.
Hi @martinpovolny, I like this idea but I think this needs a bit of work before we can merge.
The flag fixed-columns should be available and have same behavior across all interactive table listings. For instance, these commands should also behave in the same way as jira issue list --fixed-columns 2
$ jira epic list --table --fixed-columns 2
$ jira epic list <ID> --fixed-columns 2
$ jira sprint list --current --fixed-columns 2
$ jira sprint list <ID> --fixed-columns 2(Also, I rebased this branch)
baacfcc to
a4ae747
Compare
|
@ankitpokhrel : Updated as you requested. Thx for the review! |
|
Hi @martinpovolny thanks! I noticed slightly different behavior in explorer view for |
a4ae747 to
0db8bc8
Compare
|
Yes! Good find! The epic explorer view did not respect the new option. e.g. now works as expected. |
ankitpokhrel
left a comment
There was a problem hiding this comment.
Looks good. Thank you @martinpovolny!
Allow setting the number of locked (not scrolling) columns in the issue list, epic list and sprint list.
You can do e.g.:
And the "Type" and "KEY" columns will not disappear as you press the right arrow.