marc0l92 / obsidian-jira-issue

This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.
https://marc0l92.github.io/obsidian-jira-issue/
GNU Affero General Public License v3.0
234 stars 36 forks source link

Feature Request: Add ability to select columns to display #4

Closed ddeighton closed 2 years ago

ddeighton commented 2 years ago

I would like to customize the displayed columns when performing a jira-search. Is it possible to add this feature?

derrickwheals commented 2 years ago

This plugin is great - just what I need! Thank you for developing it. Plus 1 for the column configuration

marc0l92 commented 2 years ago

I added the option to customize the columns you want to display in the table view. At the moment the list of columns is quite small. Do you need additional columns?

ddeighton commented 2 years ago

Thanks for implementing this feature! Ideally, I'd like to choose any available field, especially custom fields. However, right now it would be very helpful to see the Due Date, Resolution, originalEstimate, and remainingEstimate.

derrickwheals commented 2 years ago

Thanks for implementing this! An enhancement to this would be to be able to list the required columns in the code snippet above the JQL, thus enabling query specific columns. Not sure whether this is possible though. On 29 Apr 2022, 8:15 AM +1000, Marco Lucarella @.***>, wrote:

I added the option to customize the columns you want to display in the table view. At the moment the list of columns is quite small. Do you need additional columns? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

marc0l92 commented 2 years ago

Thanks for implementing this feature! Ideally, I'd like to choose any available field, especially custom fields. However, right now it would be very helpful to see the Due Date, Resolution, originalEstimate, and remainingEstimate.

Hello @ddeighton could you give me your feedback on all the standard columns I implemented. The last step to close this issue would be to implement the customFields

marc0l92 commented 2 years ago

In the release 1.14.0 you have a first implementation of custom fields support. at the moment you need to specify the custom field ID that I guess is not so user friendly. so my next step is to also support the custom field name

derrickwheals commented 2 years ago

Hi Marco

One of the key standard fields that’s missing for me is the “Epic link”, ideally being brought back as the summary field of the issues parent epic.

Thanks Derrick On 28 May 2022, 6:47 AM +1000, Marco Lucarella @.***>, wrote:

In the release 1.14.0 you have a first implementation of custom fields support. at the moment you need to specify the custom field ID that I guess is not so user friendly. so my next step is to also support the custom field name — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

marc0l92 commented 2 years ago

Also in my company we use the field "Epic link", but it is actually a "custom field". if you manage to find the ID of this field in your company jira configuration you can use it with the last release.

Otherwise you need to wait a bit more to let me implement the custom field by name instead of by ID.

marc0l92 commented 2 years ago

Please update the plugin to the version 1.15.0 and let me know if you are able to use all the custom fields that you need.

@derrickwheals , @ddeighton

derrickwheals commented 2 years ago

Thanks Marco - I’ll give that a try On 29 May 2022, 10:40 PM +1000, Marco Lucarella @.***>, wrote:

Please update the plugin to the version 1.15.0 and let me know if you are able to use all the custom fields that you need. @derrickwheals , @ddeighton — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

derrickwheals commented 2 years ago

Really useful with the custom fields and being able to select them in the columns section.

Thanks so much for this great plug-in! On 2 Jun 2022, 3:22 AM +1000, Marco Lucarella @.***>, wrote:

Closed #4 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

ddeighton commented 2 years ago

Sorry for the delay in responding. This is amazing! Better than I expected. Thank you for implementing the columns feature. Exactly what I needed.