I am developing a JIRA plugin. The user has the opportunity to create a reminder, which should appear in JIRA at the time set by the user. Also, the user can choose the type of notification: by his email or in JIRA. I am new to developing plugins for JIRA, please tell me how this can be done programmatically in code. Where should I start and what should I use?
Hello @rishinn
Welcome to the Atlassian Community!
The way you can develop an app for Jira depends on what platform you are currently using: Jira Cloud or Server.
For Jira Server, you must use the Atlassian Plugin SDK, as described in the documentation below:
Set up the Atlassian Plugin SDK and build a project
For Jira Cloud, you must use the Atlassian Connect platform, as described in the documentation below:
Getting started with Atlassian Connect
For more information about the development of apps for Jira application, I believe the best place to ask for help would be in the Atlassian Developer Community:
https://community.developer.atlassian.com/
The mentioned portal was specifically created for development questions, where you will find articles and suggestions from other third-party partners and Atlassian developers.
Feel free to open a new topic about your question there! :)
Let us know if you have any other questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.