Bitbucket has an issue tracker, can it be turned into Mylyn tasks?
FYI - here is a fork of that original mylyn connector project that is active. I installed it using the wiki notes today and it seems to work without a problem.
https://bitbucket.org/pplupo/bitbucket-mylyn-connector/wiki/Home
Here is what I found https://bitbucket.org/shuji.w6e/bitbucket-mylyn-connector/
Haven't used it personally though.
Related
In a recent article (https://aws.amazon.com/blogs/compute/optimizing-batch-processing-with-custom-checkpoints-in-aws-lambda/) there is a mention to enabling a checkpoint behavior DynamoDB/Kinesis integration.
I wonder if this is already available with the CDK, and if so how to enable it.
Regards.
It is not supported at the moment.
Checking here there is no such option yet. Opened an issue in github to try to get this going: https://github.com/aws/aws-cdk/issues/12654
My partner and I are trying to work on the same project in android studio at the same time. We were told that bitbucket was a method by which we could accomplish this task. How? Please make the answer detailed, I am willing to read.
All bitbucket is is a place to host your repository privately, it'll be your "remote." What you need to do is learn git, pretty much everything will be the same for github and bitbucket.
We want to create a defect/task in Jira automatically for a failed build in Bamboo. And need to assign this defect to the person who broke the build.
How to do these two things?
Thanks.
There is an open JIRA issue regarding this -- BAM-2537 -- watch it, vote for it - maybe they'll add it to the product.
The comments from Top 5 Reasons Creating JIRA Issues from Bamboo Makes Your Team Awesome-r also discuss what you're after.
Have a look at Atlassian CLI. There's already a good answer on StackOverflow.
Can Bamboo change status of tickets in JIRA
This is not "out of the box" solution, of course, and requires some additional work.
I would like to have an easy way to add gerrit codes changes with bug reference to the relevant mantis bug.
I have seen some nice example here
But the use an old php scripts that's not part of mantis anymore and seems to be replaced by the source-intergration plugin that you need to configure for every single project you have. I am looking at adding this for lot's of projects. I rather just copy a hook script in the hook folder for all projects.
Versions:
Gerrit 2.7
MantisBT 1.2.15
No ready solution so I created my own plugin extending the source-integration plugin. Let's see if my boss allows me to contribute this as part of the source-integration plugin.
We're using JIRA with SVN. We didn't have post-commit hooks working right, so some JIRA issues are missing some revisions.
Does anyone know of a way to add a revision to a JIRA issue after the fact?
The only way for the code to appear under "Source" tab in JIRA is to have a link in a commit comment in version control software. And if you forgot to add it - you can change the message manually. Although you'll have to reindex the instance for that to be applied...