Posting comment toa facebook plugin - ios

We have a website in which facebook plugin is been integrated.
I could able to fetch comments from the plugin using the graph API. But when I tried to post the comment its giving
"Comment may not be added to plugin".
Could anybody please suggest how to achieve this?

Related

Taiga Bitbucket Integration

I was trying to integrate Bitbucket in the taiga. But I'm not able to figure it out how to do it. I went through support section also but no result.
I'm new to this so please can anyone help me how to integrate bitbucket in Taiga.
If there is any video or blog please share the link it will be really helpful.
Thanks
Have a look at this link from the Taiga documentation. It goes through the process of integrating information from your bitbucket repository using bitbucket webhooks.

Is any plugin for it that can manage mails downloading from yahoo,gmail,outlook etc

i am looking grails plugin or api in java which can handle downloading mails.In grails is any plugin or api which can handle all downloading from mail accounts.
And provide some functionality like
download latest mail.
old mails
thanks
There are no plugins that exist for fetching e-mails in Grails, however, Java does supply the fantastic JavaMail API. There are lots, and lots, and lots of tutorials/examples about using it.
There is also quite a few working examples on here on stackoverflow.

Gitlab commit messages link to JIRA

I'm trying to link Gitlab commit messages to JIRA, that is, if a user commits such as:
PROJECT-ID: Some commit message
Then through the Gitlab UI, it links these commit messages to JIRA.
The only way I can seem to do this at the moment takes control of issue tracking itself from Gitlab and links the "Issue" user interface button in Gitlab back to JIRA.
I'd like to still manage and raise issues in Gitlab, but just have Gitlab link any formatted commit messages to JIRA.
I'm using the community addtion
Unless you set GitLab to use JIRA as your issue tracker, you can't make it link formatted commit messages to JIRA automatically.
You can do this only if you set JIRA to be your issue tracker in GitLab. You can find information about doing that here: http://doc.gitlab.com/ee/integration/jira.html
UPDATE: As Peter said, this functionality is only available using GitLab's Enterprise Edition.
UPDATE: As jalanb stated in the comment below, this functionality is now available in the community edition as well.
There is also the lesstif/gitlab-jira-integration open source solution, that I haven't tried yet myself. It is only a few commits, but I myself considered this approach so it must be sound ;-)
I'm a little confused though. You write you want to use Jira and "I'd like to still manage and raise issues in Gitlab, but just have Gitlab link any formatted commit messages to JIRA." I'm not sure you can get the supertight integration you're looking for. Or maybe I misunderstand.

Integrating bitbucket with cloudbees

I am new to bitbucket and cloudbees. Is anyone aware of the ways to connect them. Any detailed documentation about integrating them with complete details of output. Please help I am stuck with this for 3 days. Thanks in advance for your help.
I just released bitbucket jenkins plugin to address this use-case, as bitbucket "jenkins" hook is really poor and offer minimal service. Let me know your account ID if you want me to install it, and configure a "POST" hook on your repo with URL https://.ci.cloudbees.com/bitbucket-hook (no need for credentials)
I also updated http://wiki.cloudbees.com/bin/view/DEV/Bitbucket to reflect this new option.

How to connect Jira and Gerrit

I am using Gerrit and Jira. I want to connect with gerrit to Jira. When I review the code and comment something it will automatically update the jira comment as well. How to do this?
In your gerrit.config file try this:
[commentlink "jira"]
match = ([A-Z]+-[0-9]+)
link = http://your.jirs_side.net/browse/$1
Here's more information regarding the commentlink section.
Via this link you will find a list of several official gerrit plugins such as:
hooks-jira : Plugin to integrate with Atlassian JIRA
its-jira : Plugin to integrate with Atlassian JIRA. New project for 'plugins/hooks-jira'.
I personally use jirret, which is easy to understand and modify
I think you should use a plugin to connect Jira and gerrit. You can download a plugin by using below link.
https://marketplace.atlassian.com/plugins/com.meetme.plugins.jira.gerrit-plugin

Resources