The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
  • Community
  • Q&A
  • Jira
  • Questions
  • I am using JIRA 4.1, I need to integrate with BMC remedy.If a issue created in JIRA, it should create a ticket in Remedy.

I am using JIRA 4.1, I need to integrate with BMC remedy.If a issue created in JIRA, it should create a ticket in Remedy.

naganathan
July 15, 2015

And also need to prepopulate certain remedy field information in JIRA screen in dropdown. Please let me know a better approach for it.

Thanks

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 15, 2015

You'll need to find or write something that can do this.  On the JIRA side, the minimal stuff you probably need is post-functions or listeners that can poke stuff into Remedy, and I'd look at the database fields for the "populate Remedy data in JIRA screen"

I'd strongly recommend a look at the Connector provided over at https://marketplace.atlassian.com/plugins/com.go2group.connectall as well - I know it's been used to bridge the gap in a few places

(Of course, a "better approach" is, by far, "stop using Remedy", but I know it is inflicted on a lot of us and there's not a lot we can do)

naganathan
July 15, 2015

Thanks Nic

naganathan
July 15, 2015

How to populate the Remedy field data in JIRA screen? Do i need to push all the data to JIRA table? or look the remedy table from JIRA-Is this possible in JIRA 4.1?

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 15, 2015

You won't be able to "push into a table" - you cannot update data in a JIRA database while it is running (and you should avoid it when it's not running too) Again, I'd have a look at the "database fields" in the marketplace - they can use a remote database as a source of field options.

naganathan
July 15, 2015

How to invoke a webservice from JIRA 4.1 version?

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 15, 2015

Depends on how your webservice expects to be invoked. You can write code to trigger anything you want in a post-function or listener, so the question really isn't about JIRA, it's about how your external stuff is called.