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

[Bug] Story Points Column doesn't pull story points from ticket #147

Open
spencerlavalle-cr opened this issue Nov 14, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@spencerlavalle-cr
Copy link

Describe the bug
Given a query that returns tickets that have story points, the $STORY POINTS column doesn't pull story points from the tickets found in the query.

To Reproduce
Steps to reproduce the behavior:

  1. Have a ticket with story points
  2. Write a query that finds said ticket, e.g.
jira-search
type: TABLE
query: sprint in openSprints () and assignee = currentUser()
LIMIT: 10
columns: KEY, STATUS, PRIORITY, SUMMARY, $STORY POINTS
  1. Observe the table for lack of story points

Expected behavior
Table should show story points pulled from ticket (in my case 5)

Screenshots
image
image

Plugin version and platform

  • Version: 1.57.0
  • [ x ] Obsidian Mac (v1.7.4)
@spencerlavalle-cr spencerlavalle-cr added the bug Something isn't working label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants