Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Trigger for issue converted to project

Avatar

Level 2

Hi All,

 

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

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 9

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.

_Manish_Singh_0-1743164423897.png

 

View solution in original post

8 Replies

Avatar

Level 9

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.

Avatar

Level 2

Hello @_Manish_Singh ,

 

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

 

 

Avatar

Level 9

It is available on the project overview form:

_Manish_Singh_0-1743155804045.png
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.

Avatar

Correct answer by
Level 9

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.

_Manish_Singh_0-1743164423897.png

 

Avatar

Level 2

@_Manish_Singh This helped, Thank you so much!

Avatar

Level 2

Thanks @_Manish_Singh, Could you please help me with the API

Avatar

Level 9

You can use resolvingObjID and resolvingObjCode which will give you the object type and object ID of the converted object.

Avatar

Level 2

Yeah! I just now check. It works!