raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.02k stars 2.75k forks source link

[Jira] It does not allow searching for Epics #12646

Open puneet-ekline opened 1 month ago

puneet-ekline commented 1 month ago

Extension

https://www.raycast.com/raycast/jira

Raycast Version

1.75.1

macOS Version

No response

Description

When creating a jira issue using the extension, it does not allow searching for Epics. It always shows No epic

Steps To Reproduce

  1. Create a jira issue using the extension.
  2. Fill our the details
  3. Search for a valid epic name

Current Behaviour

It show no epic found

Expected Behaviour

It should show the epic names

raycastbot commented 1 month ago

Thank you for opening this issue!

🔔 @thomaslombart @FezVrasta @jesperorb @teziovsky @gavinroderick @gavinroderick @michael-par @literallyjustroy @mheidinger @mikybars @luarmr you might want to have a look.

💡 Author and Contributors commands The author and contributors of `raycast/jira` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
thomaslombart commented 1 month ago

Could you share a recording? It'll make it easier to see what's happening.

puneet-ekline commented 1 month ago

https://github.com/raycast/extensions/assets/135100789/a8fa42a2-fe53-4b48-af48-4fffa6727d22

Here is quick recording.

thomaslombart commented 3 weeks ago

Does it happen for all of your Jira projects?

luarmr commented 3 weeks ago

Does it happen for all of your Jira projects? ^^^ This

It shows only the epics created in the current project where I am creating the issue, as the project ID is used to retrieve the list of epics. Even when possible to use epic from outside you project, I used it for cross-team projects, it is not usual.

https://github.com/raycast/extensions/blob/63ed284e297dbbf9012e384d7829d96b47c9eb24/extensions/jira/src/components/FormParentDropdown.tsx#L20

update: I want to clarify that I can see the epics created in the project where I am creating the issue, which I believe is the intended behavior.

dipakparmar commented 3 weeks ago

same, not seeing any epics, previously I was able to.