Hi All,
We wanted to trigger scenario when issue converted to Project. is there any way ?
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
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.
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.
Views
Replies
Total Likes
Hello @_Manish_Singh ,
Thanks for quick response! what is "this resolves" field where it will be available ?
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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 This helped, Thank you so much!
Views
Replies
Total Likes
Thanks @_Manish_Singh, Could you please help me with the API
Views
Replies
Total Likes
You can use resolvingObjID and resolvingObjCode which will give you the object type and object ID of the converted object.
Views
Replies
Total Likes
Yeah! I just now check. It works!
Views
Replies
Total Likes