Trigger for issue converted to project | Community
Skip to main content
Level 2
March 28, 2025
Solved

Trigger for issue converted to project

  • March 28, 2025
  • 1 reply
  • 725 views

Hi All,

 

We wanted to trigger scenario when issue converted to Project. is there any way ?

 

Thanks

Best answer by _Manish_Singh

It is available on the project overview form:


If the issue is converted into a project, the project will reference it in the 'this resolves' field.

You can use the API name hasResolvables to check if this value exists in the new project and filter accordingly.


Alternatively, you can also create an update trigger for issue when Resolving Project is updated. This is available on the issue overview form. This is a better approach.

 

1 reply

_Manish_Singh
Level 9
March 28, 2025

Hi @samyukthapa2 - In this case, you can create a trigger for new projects and in the next step apply a filter on the "this resolves" field to not null.

Level 2
March 28, 2025

Hello @_manish_singh ,

 

Thanks for quick response! what is "this resolves" field where it will be available ?

 

 

_Manish_Singh
Level 9
March 28, 2025

It is available on the project overview form:


If the issue is converted into a project, the project will reference it in the 'this resolves' field.

You can use the API name hasResolvables to check if this value exists in the new project and filter accordingly.