---
title: "How to use the runFromLinkList action in CLI"
canonical: "https://support.appfire.com/space/SUPPORT/89133103/How%20to%20use%20the%20runFromLinkList%20action%20in%20CLI"
format: markdown
---
The runFromLinkList action can be used when it is required to perform operations in bulk. The article in this page explains using runFromLinkList with the getLinkList, DeleteLink, and getLinkTypeList actions to get some tasks done.

## Instructions



- <u>Get the list of all linked issues of all issues in a specific project</u>: Use CLI actions [runFromLinkList](https://appfire.atlassian.net/wiki/x/NRI4B) with [getLinkList](https://appfire.atlassian.net/wiki/x/bRE4B)
  <span style="color: #091e42">Additionally, </span>[*regex*](https://appfire.atlassian.net/wiki/spaces/AGILECLI/pages/65175960/--regex)<span style="color: #091e42"> </span><span style="color: #091e42">parameter can be used to filter for specific link types.</span>
- <u><span style="color: #091e42">Delete the issue links with </span></u>*<u><span style="color: #091e42">Blocks</span></u>*<u><span style="color: #091e42"> issue link type in a project</span></u><span style="color: #091e42">: </span><span style="color: #091e42">Use CLI actions </span>[<span style="color: #091e42">runFromLinkList</span>](https://appfire.atlassian.net/wiki/x/NRI4B)<span style="color: #091e42"> </span><span style="color: #091e42">with </span>[<span style="color: #091e42">DeleteLinkList</span>](https://appfire.atlassian.net/wiki/x/ny04B)

- <u>Get the </u><span style="color: #091e42"><u>list of all issue link types</u></span>: Use CLI actions [runFromLinkList](https://appfire.atlassian.net/wiki/x/NRI4B) with [getLinkTypeList](https://appfire.atlassian.net/wiki/x/OC04B)

> ℹ️ <span style="color: #000000">It is recommended to test this scenario in a non-production environment or run the action with the </span>[*--simulate*](https://appfire.atlassian.net/wiki/spaces/AGILECLI/pages/65175972/--simulate) <span style="color: #000000">parameter to verify the behavior before deploying it on a production environment.</span>