是否存在用于更改jira服务台中的受让人并更改案件状态的现有API?

问题描述

目前,我们在Outlook中处理用户请求,并在Outlook中开发了一个AddIn,可用于提取用户邮件,然后回复用户邮件。如果有人选择了我们的AddIn,那么另一个人将无法提取邮件,以避免重复处理邮件

现在,公司要求我们使用Jira服务桌面(JSD)来处理用户案例(用户仍使用Outlook发送请求),因此我们拒绝在Outlook AddIns中调用JSD的API,因此我们不需要登录JSD系统。

对于上述要求,我们需要2个API:

a.  One API for changing the Assignee in JSD to one DBA automatically,after who clicking the DBTicket button of DBA Outlook AddIns(meaning the one will process the user case )

b.  One API for changing the status to Resolved in JSD once the DBA done the user case(if done the user case,he will click at the one button of outlook AddIn)

所以我只想知道JSD中是否存在我们可以用来实现上述想法的API。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...