Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-15 Thread Fathima Dilhasha
Hi, I have been successful in getting Issue Summaries from JIRA and displaying it on App Factory. For now, user can specify the url of his jira instance and name of the project from which to retrieve issues. With those information, App Factory accesses user's JIRA instance via OAuth and gets

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-06 Thread Fathima Dilhasha
Hi Manjula, Thank u for your feedback. If we are going to use a single instance,from the 3 options you've pointed out, I am giving +1 for the third option (Append the tenant domain to the project name). IMO, *1. If the project name is already taken, let user to come up with another project

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-06 Thread Dimuthu Leelarathne
Hi all, We need per app configurations for JIRA. The tasks are pretty simple IMO. 1 - Get the summary from JIRA 2 - Allow user to configure existing JIRA project thanks, dimuthu On Mon, Apr 6, 2015 at 12:22 PM, Fathima Dilhasha dilha...@wso2.com wrote: Hi Manjula, Thank u for your

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-06 Thread Fathima Dilhasha
Hi Dimuthu, Thank u for pointing out. I think I have made the requirement complex. I will do a mock up and update for this scenario. Thanks. Regards, Dilhasha *M.N.F. Dilhasha* Software Engineering Intern | *WSO2 Inc.* email : *dilha...@wso2.com dilha...@wso2.com*mobile : +94 77 8449321 On

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-06 Thread Fathima Dilhasha
Hi, Please find the mockups at [1] https://docs.google.com/document/d/1SO-K5ryXyfGs2HKBu_0IefNpx4L8ygIU1MfJsJP7-aM/edit?usp=sharing . Please comment and point out any mistakes and improvements. [1] https://docs.google.com/document/d/1SO-K5ryXyfGs2HKBu_0IefNpx4L8ygIU1MfJsJP7-aM/edit?usp=sharing

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-06 Thread Dimuthu Leelarathne
Hi Dilhasha, How do the authentication happen between JIRA and AF? After configuring once do I have to configure always? thanks, dimuthu On Mon, Apr 6, 2015 at 6:03 PM, Fathima Dilhasha dilha...@wso2.com wrote: Hi, Please find the mockups at [1]

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-06 Thread Fathima Dilhasha
Hi, Yeah. I'll work on that. Thanks. Regars, Dilhasha *M.N.F. Dilhasha* Software Engineering Intern | *WSO2 Inc.* email : *dilha...@wso2.com dilha...@wso2.com*mobile : +94 77 8449321 On Mon, Apr 6, 2015 at 9:02 PM, Dimuthu Leelarathne dimut...@wso2.com wrote: Hi, According to our

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-06 Thread Dimuthu Leelarathne
Hi, According to our offline discussion we'll do OAuth without managing identities for this implementation. Basically as a user in the app I get redirected JIRA and there I enter credentials to get a summary view, which I believe is good enough for now. thanks, dimuthu On Mon, Apr 6, 2015 at

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-05 Thread Manjula Rathnayake
Hi Fathima, Regarding project names, I can see below options based on your document. 1. If the project name is already taken, let user to come up with another project name. 2. Treat applications as jira project components. 3. Append the tenant domain to the project name. If we need to multi

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-02 Thread Manjula Rathnayake
Hi all, This is regarding using a single JIRA instance for all apps in all tenants. 1. Using the role based access control, we can restrict users seeing other tenant applications. ex: foo tenant users are assigned to foo_role in jira. @Dilhasha, Please have a look at jira role mapping to jira

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-02 Thread Fathima Dilhasha
Hi Manjula, Thanks for the feedback. Regarding 1. I agree with you that we can use role based mapping to restrict accessibility to each project. But we will be using the admin user to create apps in the JIRA instance. Given that, I can't still find a way to solve the problem of having similar

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-02 Thread Fathima Dilhasha
Hi, I have specified a flow chart and my suggestions regarding the scenarios in [1]. https://docs.google.com/document/d/1qDRObBh4CLnO755TgyINWAey9c1X3W1BFI-hgkh9rlQ/edit?usp=sharing Please comment and point out any mistakes and suggest any other options we can consider. [1]

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-01 Thread Fathima Dilhasha
Hi, IMO, creating separate JIRA instances for each tenant is not a feasible option, So regarding the projects that are created in the Jira instance of App Factory, User will have to undergo the limitation that, the tenant name would be appended at the end of project name. Is there any way we

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-01 Thread Danushka Fernando
Hi Are there extension points in jira where we can extend authentication mechanism. BTW password is something we don't have. We have only username. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Apr 1, 2015 4:25 PM, Fathima Dilhasha

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-01 Thread Fathima Dilhasha
Hi, I need few other clarifications as well. So far, I have been successful in creating a JIRA project via SOAP only. This SOAP client requires username and password for the Jira instance. So, if we want to allow users to create projects in their JIRA instance, we will have to request for

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-01 Thread Fathima Dilhasha
Hi danushka, The issue is with how the SOAP API for JIRA works. It requires admin username and password to establish a SOAP session, to create a project via the SOAP API. If we are to create a project on a user specified JIRA instance, the username and password (For that particular JIRA

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-01 Thread Danushka Fernando
I understand that fact. What I was asking is can we customize the authentication behavior. Are there extension points. Any way if there are not you can have a pretty defined user for each tenant same as we do for jenkins. Thanks Regards Danushka Fernando Software Engineer WSO2 inc.

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-01 Thread danushkaf
/s/pretty/pre Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 From: Danushka Fernando Sent: ‎Wednesday‎, ‎April‎ ‎1‎, ‎2015 ‎7‎:‎30‎ ‎PM To: architecture I understand that fact. What I was asking is can we customize the

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-01 Thread Fathima Dilhasha
Hi, Okay, now I understand your first question. AFAIK, there is no way to customize authentication behavior, in a way that we can allow to have similar project names for different tenants. We can have groups of users and manage visibility of each project on a single JIRA instance, among users in

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-01 Thread Anuruddha Premalal
Hi Punnadi, We cannot store credentials in a configuration file since this is a per application configuration. Regards, Anuruddha. On Wed, Apr 1, 2015 at 9:43 AM, Punnadi Gunarathna punn...@wso2.com wrote: Hi Fathima, Can't we store the credentials in a configuration file, which are

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-01 Thread Punnadi Gunarathna
Hi Fathima, Can't we store the credentials in a configuration file, which are required to create the JIRA instance? If that is possible, We can make use of Secure Vault to secure the plain text password. WDYT? On Apr 1, 2015 8:04 PM, Fathima Dilhasha dilha...@wso2.com wrote: Hi, Okay, now I

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-03-31 Thread Mahesh Chinthaka
Hi Fathima, What did you mean by user's name ? Is it App owner ? If so +1 Just one clarification. Suppose there are 2 tenants A and B. Both have created applications named 'app1'. So will it be shown in jira as two projects with same name ? Or is it visible only within tenant's scope. What if we

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-03-31 Thread Fathima Dilhasha
Hi, Okay, I got it now. So, there is no possibility of having similar named projects in a particular tenant right? If so appending tenant domain to the project name will be the best approach we can take. +1 for that. Thanks. Regards, Dilhasha *M.N.F. Dilhasha* Software Engineering Intern |

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-03-31 Thread Manisha Gayathri
On Tue, Mar 31, 2015 at 1:31 PM, Fathima Dilhasha dilha...@wso2.com wrote: Hi Mahesh, Yes, what I meant was App owner. Thanks for pointing out the scenario of having two similar named projects. AFAIK, we can not have projects with same name in a single Jira instance. +1 for Appending the

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-03-31 Thread Anuruddha Premalal
Hi Fathima, I'm -1 in appending suffixes to project name at all the time. Jira is something we are going to expose to users. IMO we should allow them (at least for users with their own jira cloud) to go with what they wanted as the project name. You have to treat this as two separate scenarios.