I am planning to use JIRA as workflow engine through it REST APIs. In my case, the reporter and the assignee will be defined in different module (not in JIRA). The number of accounts (reporter and assignee) in my application may reach thousands; hence, If I defined them as normal users in JIRA then it will cost me a lot of money and those users will not login or receive any kind of notifications.
How can I create a JIRA task without having the reporter and the assignee defined as normal users. off course, I will create the JIRA using the admin account and then I will change the reporter.
Hi Jack
Thanks for your answer. You are right, but that may affect the default workflows, and I will be obliged to define new workflows.
I did not choose a workflow engine yet; I see that JIRA allows customization in both the defined fields and the workflows. And mainly because my workflow is quite simple.
Hi Ridwan,
I don't think you'll have any option but to edit the Workflow that comes with Jira, as you are using it for a purpose other than the one it was intended for.
Given this, there is a graphical drag/drop editor for the Workflow, but you will probably need a plugin like ScriptRunner for Jira or Misc. Workflow Functions to allow you to perform the actions that you want to within Jira.
It sounds to me that just using Jira as a database and then using the REST API to update the items information and workflow state is quite straightforward - it's just a matter of how you create the data without using a different user for each 'reporter'.
I would ignore the 'Reporter' functionality and manage this separately using just a couple of accounts.
If you want to get your hands more dirty, here's a useful page showing some purpose-built solutions:
https://github.com/meirwah/awesome-workflow-engines
Jack
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Become an effective Jira admin
Manage global settings and shared configurations called schemes to achieve goals more quickly.
Streamline Jira administration with effective governance
Improve how you administer and maintain Jira and minimize clutter for users and administrators.
Learning Path
Become an effective Jira software project admin
Set up software projects and configure tools and agile boards to meet your team's needs.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.