jira-issues.spoon icon indicating copy to clipboard operation
jira-issues.spoon copied to clipboard

Transition sub-menus are not showing

Open crazycyke opened this issue 9 months ago • 1 comments

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 SCR-20240528-mlin

  • Screenshot showing the transitions available SCR-20240528-mthg  

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) SCR-20240528-mqhu

crazycyke avatar May 28 '24 13:05 crazycyke