Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(layouts): ability to add more columns to the layout #328

Open
ossdhaval opened this issue Feb 5, 2024 · 6 comments
Open

feat(layouts): ability to add more columns to the layout #328

ossdhaval opened this issue Feb 5, 2024 · 6 comments

Comments

@ossdhaval
Copy link

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.

@kranurag7
Copy link
Contributor

@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.

screenshot

image

@ossdhaval
Copy link
Author

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?

@kranurag7
Copy link
Contributor

kranurag7 commented Feb 21, 2024

@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

@kranurag7
Copy link
Contributor

@ossdhaval wondering if the above solution worked for you or not?

@ossdhaval
Copy link
Author

No, it didn't. :-(

And expectedly so because it just adds a filter and not a column.

image

@dlvhdr
Copy link
Owner

dlvhdr commented Feb 25, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants