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

Time Tracker not showing up #336

Open
8 tasks done
Jedrzej94 opened this issue Oct 16, 2023 · 4 comments
Open
8 tasks done

Time Tracker not showing up #336

Jedrzej94 opened this issue Oct 16, 2023 · 4 comments
Assignees
Labels
bug Something isn't working ready for release Issue is resolved and will be available for uses in next release

Comments

@Jedrzej94
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.

Cloud Jira

Version of Jira Assistant

Latest

What browser are you using?

Chrome

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

Windows

Bug Description

In the latest version of Jira (9.11.2) the Time Tracker doesn't show up anymore. I guess this is because they've changed the layout a bit?

image

The Play/Pause/Stop buttons are not showing up.

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)
@shridhar-tl
Copy link
Owner

Hi @Jedrzej94,
Thank you for reporting this issue. Currently after this recent update, there are no unique id's or classes which can be used to attach these controls for individual issues. This time I have tried to fix it. But not sure when it would again break.

The fix would be available for extension uses as part of upcoming release planned for next week. I will update you once again once changes has been published.

@shridhar-tl shridhar-tl self-assigned this Oct 20, 2023
@shridhar-tl shridhar-tl added bug Something isn't working ready for release Issue is resolved and will be available for uses in next release labels Oct 20, 2023
@shridhar-tl shridhar-tl reopened this Oct 20, 2023
@Jedrzej94
Copy link
Author

HI @shridhar-tl , any news on that? I have updated my JA to the latest version and sadly the feature is still not there. Is it still in some other branch?

@shridhar-tl
Copy link
Owner

@Jedrzej94 - Unfortunately, by the time updates are published, once again structure is slightly modified and it got broken already. I have already noticed it last month end, however, now, I don't see a reliable way to attach this functionality to boards.

I will wait for some more time to see if I could find a way. Otherwise, I will have to remove this functionality. For now you can think this functionality is not there anymore.

@talltechdude
Copy link
Contributor

Hi @shridhar-tl, it looks like the selector has just changed by dropping a dash from the data-test-id which you're already using at

const selector = '#ak-main-content div[data-test-id="platform-board-kit.ui.card.card"]';

    const selector = '#ak-main-content div[data-test-id="platform-board-kit.ui.card.card"]';

is now:

    const selector = '#ak-main-content div[data-testid="platform-board-kit.ui.card.card"]';

Just checking if you didn't have the chance to debug this, or if you're just concerned that it will continue to change and become too burdensome to keep on top of these selector and DOM changes? Its a useful feature for someone who lives on that board page day-in, day-out in the Agile world.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ready for release Issue is resolved and will be available for uses in next release
Projects
None yet
Development

No branches or pull requests

3 participants