I want to develop a automation action. Like below pictures
And I have seen the document: https://developer.atlassian.com/server/jira/platform/creating-automation-rule-components/
but it don't work,and the code zip can't work
what should i do?please help me.
how to use "automation-rule-component"
Hi @Yanshan,
In your case, it looks like your custom component does not work because it does not have anything to render (JS view).
There is an example which may help you (I don't know anything better than this code example, all other documentation is drastically outdated): https://bitbucket.org/atlassian/automation-addon-sample/src/master/
Hi @Yanshan, did you meet success in your experience within custom automation rule components creation? Do you have anything to share with others searching people (doc pages, examples)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This tag <automation-rule-component...> only have class arrt,but no templage or html.
so how can i add a config page to this component
I have test the automation-rule-component,when it run, the class execute.
but how can i add a config page???
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.