feat(layouts): ability to add more columns to the layout
ossdhaval opened this issue · 6 comments
As mentioned in this section of the README, currently only certain columns are supported.
Is it possible to add more columns like, created date, for example?
I am filtering issues using filters like is:open is:issue -label:priority-5 sort:created-desc created:<2022-01-01
. Showing created date is very important when issues are listed in this case.
If this feature is already present, please point me to the documentation (I have gone through this already)
If this feature is not available then please consider its merit.
@ossdhaval I think you can use the search feature to interactively select the issues, that you want in above case.
Please check the screenshot attached.
Hi @kranurag7 Thank you for your response 🤝
In the screenshot you posted above, I still don't see how it addresses what I requested. For instance, is there a configuration by which I can add a created-date
column just after creator
column in the screenshot?
Apologies if I have not understood your comment correctly. If that is the case, can you point me to the documentation for interactive search?
@ossdhaval You can use the following in your config file.
prSections:
- title: custom-name
filters: is:open is:issue -label:priority-5 sort:created-desc created:<2022-01-01
@ossdhaval wondering if the above solution worked for you or not?
@ossdhaval I understand the request, seems pretty useful. Since I'm not an issues user myself, I'd be happy to get this contributed.
Another options is adding this column for everyone.