My requirement is to filter jira confluence tickets with specific work order and get open ticket.
previously i used to get those via UiPath teamjiraget.activities package.
and after downloading this package we able to drag direct filter activity where we can provide API link with username and password and activity provides required value after supplying filter.
but now that activity i can see not compatible with windows.
It’s not the OS.
Your project is Windows (modern), and UiPathTeam.JiraGet.Activities works only with Windows-Legacy projects. Use the Jira Integration Service, UiPath.Jira.Activities, or HTTP Request instead.
ok, understood.
we dont use orchestrator so i can’t use Jira connector.
by using UiPath.jira.activities and with http can i filter with work order and open ticket?
if yes then how?
My requirement is to filter jira confluence tickets with specific work order and get open ticket.
previously i used to get those via UiPath teamjiraget.activities package.
and after downloading this package we able to drag direct filter activity where we can provide API link with username and password and activity provides required value after supplying filter.
but now that activity i can see not compatible with windows.
if this is my url then how can i use jql in it?
could you give me example if i need only open tikcets
and how to parse json
can you explain me in short