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
220 stars 34 forks source link

[Question] How to pull only specific attribute from a custom field (sprint) #106

Open Didinho opened 7 months ago

Didinho commented 7 months ago

Hi all,

I would love to know how to get only a specific value of the array which I get back using my query. I am querying a custom field "sprint" and getting back a lot of information. I want to show only the name of the sprint.

Thank you for feedbacking.

image

pi-nathan commented 5 months ago

I have a slightly worse version of this where the custom field is a user object, so the response is massive, spanning multiple lines: image

I'd love to be able to either pick out a specific, nested property from the response instead. In my case something like $VALIDATED BY.display_name.

bwbioinfo commented 2 months ago

Is there a solution implemented for this ?