I have a mail service which has to be executed everyday at particular time. How can I achieve it ? Currently I'm working in development environment so everyday I upload my app and then run my plugin whenever I want to send mail. Please reply asap.
Hello,
I am not sure what you are trying to develop. But For Jira Cloud, you run all jobs on your side (in your own plugin).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for reply
I was actually looking into https://developer.atlassian.com/server/framework/atlassian-sdk/scheduling-events-via-sal-tutorial/ . I realised that its for jira server.
What I want to do is run a job in my jira-connect app everyday at 11. So I was checking if I can schedule it as mentioned in above mentioned document. Can you please say if it is possible to schedule any job in jira-connect app?
To get a hint of what I'm trying to do look into scheduling scripts in scriptRunner
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.