Show Toggl button
Toggl button isn't displayed anymore
Open issue
Due to the removed sidebar in the redsign of Jira the Toggl button isn't displayed anymore. This needs to be shown in the newly added popup when you click on an issue.

Second this. The new JIRA has been rolled out to all users in the meanwhile, and since then Toggle is nearly useless for us.
The Toggl button does work on issue pages, so as a workaround you can still open the issue in a new tab and click it there. (But I hope it'll start working on boards again soon.)
@dooart I'm on v1.9.0, but I still don't see the button on the board modal. (I do see the button on the individual issue page, as I did on v1.8.0.)
The fix appears to be looking for a #ghx-detail-view. There is a div#ghx-detail-view on the page, but it's display: none, even when a card's modal is on screen.

okay, i'll investigate
@dooart confirming @Peeja 's observation with 1.9.0:
Another toggler reported the button being missing on the board, case/637749
the integration for the board modal will be available in v1.10.0
Edit: It works with 1.10.1. Thanks!
We recently started using jira server on premise.
It seems that the toggl button does not appear on the Kanban Board view. If I open an issue directly the timer appears.
We are using Jira version 7.6.2.
The sidebar that is mentioned above still exists in our version. There is no popup if I click on an issue.
I am using toggl-button version 1.9.0.
The following screenshot shows two useful positions for the button.

Hey, @hhllcks! We'll release v1.10.0 soon and it should include a fix for that.
I'm on 1.10.1 and there's still no JIRA button on the modal dialog.
Judging from the HTML, JIRA has changed all it's class names to some weird shorten nonsense, like "hwwrsQ". Presumably this is done using some CSS preprocessors, so relying on classes may break frequently.
I'm not into it enough, but maybe a selector like [role=dialog] a[target=_blank]:first is more suitable to find the place to add the button next to and [role=dialog] h1:first to extract the title
Yeah, it seems to have stopped working again. The generated class names in JIRA's new design have made it hard for us to target DOM elements in a future-proof way, so the integration has become fragile. We'll take a look again soon.
@dooart It worked for some time. Then it started to create multiple toggle buttons on the Jira issue detail modal. Now it doesn't show any again. Please reopen.
Having the same issue with version 1.10.5 in Chrome on macOS
It shows up on the issue page but not in the pop-up style view.


Most helpful comment
Having the same issue with version 1.10.5 in Chrome on macOS
It shows up on the issue page but not in the pop-up style view.
Issue page - Has timer
Modal/Pop-up view - Has no timer