You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
When loading the jira-issues spoon and viewing entries, I cannot see the sub-menu with the transitions available.
Clicking on an entry opens the issue in Jira.
Hovering over the entry does nothing.
Troubleshooting done
I have tried removing and re-creating the spoons
I have re-installed Hammerspoon from both their website and using Brew
I have checked I have the correct fonts etc. installed [Note: feather font throws an error as it needs to be called using 'icomoon' and not 'feather' in ("jira-issues.spoon/init.lua")]
I configured the jql query string to reference an existing filter and provided the filter string within init.lua, and have run it as default without any jql defined
I have confirmed that transitions exist with Jira for the tickets I am pulling into Hammerspoon (see below)
Additional info
Console logs show the following for each issue loaded: 2024-05-28 13:35:54: 13:35:54 ERROR: LuaSkin: hs.http connectionDelegate:didFinishLoading: /Users/chill/.hammerspoon/Spoons/jira-issues.spoon/init.lua:80: attempt to index a nil value
Line 69 in init.lua seems to reference: hs.http.asyncGet(transitions_url, {Authorization = auth_header}, function(status, body)
Screenshots
Screenshot showing Jira ticket that has transitions that don't show as sub-menus in the Spoon
Screenshot showing the transitions available
System
macOS Sonoma 14.5
Apple M1 Pro
Memory 16 GB
Chrome: Version 125.0.6422.113 (Official Build) (arm64)
Hammerspoon: Version 0.9.100 (6815)
The text was updated successfully, but these errors were encountered:
Hi! I missed this issue, sorry for the late reply.
The easiest way to check what's wrong with it is to call the transitions endpoint from your browser. While being logged in jira, open a new tab on this page: /rest/api/2/issue//transitions. If you see a json with a list of transition objects, then there is some issue in decoding the json.
Another reason could be that transiotion does not have an image defined. To check if it's the case, comment out line 80 of the init.lua, here: https://github.com/fork-my-spoons/jira-issues.spoon/blob/main/init.lua#L80
Issue
When loading the jira-issues spoon and viewing entries, I cannot see the sub-menu with the transitions available.
Clicking on an entry opens the issue in Jira.
Hovering over the entry does nothing.
Troubleshooting done
Additional info
Console logs show the following for each issue loaded:
2024-05-28 13:35:54: 13:35:54 ERROR: LuaSkin: hs.http connectionDelegate:didFinishLoading: /Users/chill/.hammerspoon/Spoons/jira-issues.spoon/init.lua:80: attempt to index a nil value
Line 69 in init.lua seems to reference:
hs.http.asyncGet(transitions_url, {Authorization = auth_header}, function(status, body)
Screenshots
Screenshot showing Jira ticket that has transitions that don't show as sub-menus in the Spoon
Screenshot showing the transitions available
System
The text was updated successfully, but these errors were encountered: