jscheffl opened a new issue, #68177: URL: https://github.com/apache/airflow/issues/68177
### Under which category would you file this issue? Airflow Core ### Apache Airflow version main (as of 2026-06-07 but also in 3.2.x) ### What happened and how to reproduce it? When selecting a dynamic ampped task in the grid on the right side the individual task instances are listed. I can select one of them to see logs or details. Like the following: <img width="1380" height="663" alt="Image" src="https://github.com/user-attachments/assets/09308a13-4b4b-4146-a719-695d29dbd6b0" /> Problem is that the "Start Date" is the linnk to get to details. If the task is not started (here: 3 of 4 are in queue) then no link is rendered so I can not easily click to get to details (assuming they have never run logs are empty anyway but sometimes I want to see "Details" panel to check for reason why not starting or stuck in scheduled...) Only workarouns is (which is a bit bad UX and hard if the Dag has many tasks) to click on the run scope and from all listed tasks I can click the individuals (because in this view the task ID is rendered as link): <img width="1441" height="676" alt="Image" src="https://github.com/user-attachments/assets/78e60cb3-762a-4a35-800d-b87fd0968707" /> ### What you think should happen instead? In the view showing the mapped tasks from grid the "Map Index" should also be rendered as a link such that I can click on something even if the task has not started / has no start date. Or any alternative means of having a link. ### Operating System _No response_ ### Deployment None ### Apache Airflow Provider(s) _No response_ ### Versions of Apache Airflow Providers _No response_ ### Official Helm Chart version Not Applicable ### Kubernetes Version _No response_ ### Helm Chart configuration _No response_ ### Docker Image customizations _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
