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

Quoted headers break CSV import #317

Closed
8 tasks done
TomyLobo opened this issue Aug 15, 2023 · 2 comments
Closed
8 tasks done

Quoted headers break CSV import #317

TomyLobo opened this issue Aug 15, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@TomyLobo
Copy link

Checklist before you being

  • I am sure that I am already using latest version of Jira Assistant
  • I had verified that, no similar issues are already reported in issue tracker
  • I had tried reproducing this issue with with Web version of Jira Assistant to ensure that this issue is not recently fixed and yet to be published
  • I had verified that, my query is not answered in FAQ section of website
  • I had verified that, my issue is not listed as known bugs in website

How do you use Jira Assistant?

Browser extension

Are you using cloud version of Jira or self hosted (data center / server) of Jira.

Self hosted (datacenter)

Version of Jira Assistant

v2.54

What browser are you using?

Firefox

What OS are you using? You need not disclose this if you feel it is irr-relevant for your issue.

Linux

Bug Description

If you quote the headers, CSV import won't pick up the fields.

Example CSV:

"Ticket No","Start Date","Timespent","Comment"
"JA-1001","15-Aug-2023 18:12:11","1w 2d 3h 4m","Logs 59 hours and 4 mins"
"JA-1001","15-Aug-2023 18:12:11","1d 1h","Logs 9 hours"
"JA-1002","15-Aug-2023 18:12:11","12.5","Logs 12 hours and 30 mins"
"JA-1003","15-Aug-2023 18:12:11","14:4","Logs 14 hours and 40 mins"
"JA-1003","15-Aug-2023 18:12:11","8","Logs 8 hours"

Expected result:
image

Actual result:
image

Checklist before you submit

  • I have ensured not to paste any confidential information like Jira url, Mail id, etc.
  • I have verified my browser console logs and added necessary details (if required)
  • I have added required screenshots if the bug is related to UI (as necessary)
@TomyLobo
Copy link
Author

I think this worked fine until recently, but I'm not 100% sure.

@shridhar-tl shridhar-tl self-assigned this Aug 16, 2023
@shridhar-tl shridhar-tl added the bug Something isn't working label Aug 16, 2023
@shridhar-tl
Copy link
Owner

Hi @TomyLobo , this issue has been resolved in JA v2.55 and would be available for extension uses after next publish.

If you want to look at the fix immediately, you can have a look at it via web version using following url:

Web Version of JA: https://app.jiraassistant.com/?authType=1

You need not do any separate authentication in web version. Still authentication is taken care by Extension itself while web is just used to display the page. So Web helps you use latest code with bug fixes without compromising on any aspects.

You can also permanently switch to Web so that just in case of such issues, you will know in advance even before I publish the extension so that the issue can be reported and immediately I would be able to resolve it.

Once the changes are published to extension, it takes time to push another version due to various limitations.

To know more about Web version, you can have a look into following Urls:
https://www.jiraassistant.com/install-options/
https://www.jiraassistant.com/why-web-version/

As of now closing this ticket considering this issue is resolved. Please feel free to reopen it if you feel the issue is still not resolved.

@shridhar-tl shridhar-tl added this to To do in JA Extension via automation Aug 21, 2023
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
JA Extension
  
To do
Development

No branches or pull requests

2 participants