obsidian-jira-issue
obsidian-jira-issue copied to clipboard
[Question] How to pull only specific attribute from a custom field (sprint)
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.
I have a slightly worse version of this where the custom field is a user object, so the response is massive, spanning multiple lines:
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
.
Is there a solution implemented for this ?