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

Is there a way to view story points? #62

Open
katylava opened this issue Oct 6, 2017 · 2 comments
Open

Is there a way to view story points? #62

katylava opened this issue Oct 6, 2017 · 2 comments
Assignees

Comments

@katylava
Copy link

katylava commented Oct 6, 2017

I tried jira view with --format='%key, %summary, %customfield_10004, but it doesn't output anything after summary.

@alisaifee
Copy link
Owner

Custom fields are not yet supported. I can take a look at how much work it would take to add this support.

@alisaifee alisaifee self-assigned this Oct 7, 2017
@katylava
Copy link
Author

katylava commented Nov 2, 2017

I must have been doing something weird before when it just didn't output anything. I tried again and it does grab customfield_10004, but raises an exception because it's a float instead of a string. I played around locally and cast it to a string here -- ret_str = ret_str.replace(k, str(issue.setdefault(v.lower(),""))).encode('utf-8') and it works fine.

Will submit PR... eventually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants