we have created webpart in sharepoint SPFX with react framework and fetch data using graph API
From this webpart we want to redirect to planner task’s popform
This is the Planner Task PopUp form
I have used the query string below in the anchor tag
</td>
<td><a href='https://tasks.office.com/credentinfotech.com/en-GB/Home/Planner/#/userboard '>
{item.title}</a></td>
<td>{moment(item.startDateTime).format('MM/DD/YYYY ')}</td>
<td>{moment(item.dueDateTime).format('MM/DD/YYYY')}</td>