Jira Assistant Issues

View #115 on GitHub to know more details

#115 - Today the extension is not opening.

ccassio1977 commented on Feb 18, 2020

Just a blank page. 2020-02-10_12h52_53

sibirsky commented on Feb 11, 2020

Same.

kozinc commented on Feb 11, 2020

momjbjbjpbcbnepbgkkiaofkgimihbii-1581405778698.log These are the errors shown: TypeError: Cannot read property 'toLowerCase' of undefined Global handler:- ErrorEvent Uncaught TypeError: Cannot read property 'toLowerCase' of undefined

ArtemNorenko1982 commented on Feb 11, 2020

Similar error since today morning Screenshot_3

tom-teamcoda commented on Feb 11, 2020

It's because Author does not contain "name" anymore I guess:

export interface Author { self: string; name: string; key: string; accountId: string; emailAddress?: string; avatarUrls: { [key: string]: string }; displayName: string; active: boolean; timeZone: string; }

For example const reportUser = report[((worklog.author || {}).name || '').toLowerCase()]; does not work anymore. Only accountId is available in the worklogs response.

StephanMeijer commented on Feb 11, 2020

Can we fix this asap? Can I help with anything?

shridhar-tl commented on Feb 11, 2020

Hello all, apologies for the inconvenience caused. I am not yet sure how this property could get removed from existing version of API. I would analyse and fix it ASAP. I am not sure if I would be able to spare time on weekdays. I would work on it this weekend and publish the change.

If any of you find more details please keep adding it so that it would help me make the changes quickly.

Tanatcu commented on Feb 12, 2020

@shridhar-tl could you provide a little tutorial about building dev version of extension? Maybe somebody can solve the trouble locally and want to build dev version as temporal solution until you publish the fix? Your extension as useful as you can't imagine :) I'm really don't logging time to tickets cz waiting for your fix or tutorial for making temporal local version second day in sequence.

ITGuyOhio commented on Feb 12, 2020

Same here image

tom-teamcoda commented on Feb 12, 2020

The info https://confluence.atlassian.com/cloud/blog/2018/06/say-goodbye-to-usernames-in-atlassian-cloud

tom-teamcoda commented on Feb 12, 2020

Replace username with email address or userId will sort out

ITGuyOhio commented on Feb 14, 2020

Thank you for your response. I already log into Jira with my company email address and Jira requires an email to login, I cannot input a username. Where are you suggesting I change the username/email? Please advise Matt Kinne

On Wed, Feb 12, 2020 at 2:19 PM tom-teamcoda notifications@github.com wrote:

Replace username with email address or userId will sort out

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shridhar-tl/jira-assistant/issues/115?email_source=notifications&email_token=AORGXYNGZDG4ODE765TXXCDRCRDVNA5CNFSM4KSNWF3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELSBHUA#issuecomment-585372624, or unsubscribe https://github.com/notifications/unsubscribe-auth/AORGXYNIRRK4UKKDDUPK4FLRCRDVNANCNFSM4KSNWF3A .

vinaychavadi commented on Feb 15, 2020

We are also awaiting the issue to be resolved at the earliest.

shridhar-tl commented on Feb 15, 2020

Unfortunately I was still able to see the user name in Atlassian cloud as well as in server instance as well with latest updates. So not able to reproduce it anywhere as of now. But already started to work on changes and hope to have it resolved ASAP. Will try to publish the changes by tomorrow EOD and will be available for users soon after web store review. Will keep you posted on the changes.

@Tanatcu - Steps for manual build is already available in github. You can refer to it. Url as follows:

https://github.com/shridhar-tl/jira-assistant/blob/master/docs/CONTRIBUTE.md#guidelines-to-start-with-development

shridhar-tl commented on Feb 15, 2020

I had published the package (v0.94) in store and is currently in review. The time taken for review process is slower since couple of months and so I am not sure when it would be available. But I believe it should be available within next 4 days max.

It is available for multiple browsers and so temporarily you can use other browsers version if it is published. Below document contains the url for other browsers store listing.

https://github.com/shridhar-tl/jira-assistant#jira-assistant

vinaychavadi commented on Feb 18, 2020

@shridhar-tl New version available on Chrome, but still getting the same error while try to access Jira Cloud. Are we missing something? Can you please look into it.

shridhar-tl commented on Feb 18, 2020

@vinaychavadi - Updates available in #119

🟢