Zuehlke / poinz

Distributed Planning Poker
MIT License
141 stars 62 forks source link

Write estimate to jira #266

Closed hitclif closed 2 years ago

hitclif commented 2 years ago

I would appreciate if the poinz was able to write the estimate directly to jira. This functionality could be optional. When choosing the "winner", poinz would write the number into the Story Points field of the defined story (URL is in the description)

xeronimus commented 2 years ago

Hello @hitclif
that would really be a nice feature.

However, I don't think that external write access to jira is an easy thing to implement. Somehow you would need to authenticate & authorize PoinZ to be able to write to your jira instance.

hitclif commented 2 years ago

Isn't there a way to do it using REST call get or post? something like https://jira/TicketNumber?StoryPoints=8

xeronimus commented 2 years ago

I sincerely hope that your jira instance does not allow anybody on the Net to edit that field in your tickets...