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
225 stars 35 forks source link

Alt Text for Count badge #44

Closed zoglesby closed 1 year ago

zoglesby commented 1 year ago

It would be nice if you could specify the text that currently reads "Count" in a jira-count badge. I have several of them to see the number of closed, open, and blocked tickets in a sprint. Currently I have each one in a subheading so that I remember what is what, but allowing that text to be renamed would make it look cleaner.

marc0l92 commented 1 year ago

You can find this feature starting from version 1.48.0.

The structure you should use is:

```jira-count
query: status = 'In Progress' order by priority DESC
label: here your custom label


https://marc0l92.github.io/obsidian-jira-issue/docs/components/jira-count
zoglesby commented 1 year ago

I just noticed this will test in Monday and let you know.

zoglesby commented 1 year ago

I never left any feedback, this is working. Thanks.