TracecatHQ / tracecat

The open source Tines / Splunk SOAR alternative.
https://tracecat.com
GNU Affero General Public License v3.0
2.35k stars 162 forks source link

Additional actions in itsm/jira #398

Open matter1-git opened 5 days ago

matter1-git commented 5 days ago

Describe the solution you'd like I want to be able to query Jira for issues containing a certain key, summary, description, assignee or other fields. There should be 2 actions:

  1. query_issues ( query jira and returns a list of dicts which contain all or only a few fields from each issue)
  2. get_issue (get jira issue by key with the ability to get only certain fields from it)

Describe alternatives you've considered The alternative is to do core/http actions and have a UDF

I can work on these actions and create a PR if everything is okay.

topher-lo commented 5 days ago

Hi @matter1-git, great suggestion. We are reworking the way we do integrations to make it easier to add new functions.

Would suggest waiting until our release next week before opening a PR!

It's going to be a hybrid of Tines (pure HTTP templates) and Tracecat Python UDFs.

But the goal is to allow much easier self serve. 🙏

matter1-git commented 5 days ago

Yes of course. I will come back with a comment here next week.